From ad3b6c44bc113d01296214ff5ee711b348a1a5e2 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 5 Mar 2021 18:54:21 +0100 Subject: [PATCH] fix: [crawler] typo --- bin/Crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Crawler.py b/bin/Crawler.py index 50dbd097..c0bbf245 100755 --- a/bin/Crawler.py +++ b/bin/Crawler.py @@ -289,7 +289,7 @@ if __name__ == '__main__': 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: {get_splash_crawler_type(splash_name)}') #time.sleep(10) #sys.exit(0)