fix: [crawler] typo

pull/559/head
Terrtia 2021-03-05 18:56:31 +01:00
parent ad3b6c44bc
commit 38a63c69f6
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 1 deletions

View File

@ -286,10 +286,11 @@ if __name__ == '__main__':
splash_name = crawlers.get_splash_name_by_url(splash_url)
proxy_name = crawlers.get_splash_proxy(splash_name)
crawler_type = crawlers.get_splash_crawler_type(splash_name)
print(f'SPLASH Name: {splash_name}')
print(f'Proxy Name: {proxy_name}')
print(f'Crawler Type: {get_splash_crawler_type(splash_name)}')
print(f'Crawler Type: {crawler_type}')
#time.sleep(10)
#sys.exit(0)