mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-30 01:37:17 +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 ##
|
## TEST MODE ##
|
||||||
if self.requested_mode == 'test':
|
if self.requested_mode == 'test':
|
||||||
if 'It works!' in response.data['html']:
|
if 'It works!' in response.data['html']:
|
||||||
print(response.data['html'])
|
|
||||||
#print('success')
|
|
||||||
crawlers.save_test_ail_crawlers_result(True, 'It works!')
|
crawlers.save_test_ail_crawlers_result(True, 'It works!')
|
||||||
else:
|
else:
|
||||||
print('TEST ERROR')
|
print('TEST ERROR')
|
||||||
|
|
Loading…
Reference in a new issue