mirror of https://github.com/CIRCL/AIL-framework
fix: [crawler] typo
parent
503e7e33aa
commit
ad3b6c44bc
|
@ -289,7 +289,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
print(f'SPLASH Name: {splash_name}')
|
print(f'SPLASH Name: {splash_name}')
|
||||||
print(f'Proxy Name: {proxy_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)
|
#time.sleep(10)
|
||||||
#sys.exit(0)
|
#sys.exit(0)
|
||||||
|
|
Loading…
Reference in New Issue