mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [crawler] crawler test: remove print
This commit is contained in:
parent
6696f405e1
commit
b37d05842b
1 changed files with 0 additions and 2 deletions
|
@ -235,8 +235,6 @@ class TorSplashCrawler():
|
|||
## TEST MODE ##
|
||||
if self.requested_mode == 'test':
|
||||
if 'It works!' in response.data['html']:
|
||||
print(response.data['html'])
|
||||
#print('success')
|
||||
crawlers.save_test_ail_crawlers_result(True, 'It works!')
|
||||
else:
|
||||
print('TEST ERROR')
|
||||
|
|
Loading…
Reference in a new issue