mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [crawler] typo
This commit is contained in:
parent
503e7e33aa
commit
ad3b6c44bc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue