mirror of https://github.com/CIRCL/AIL-framework
fix: [crawler] crawler test: remove print
parent
6696f405e1
commit
b37d05842b
|
@ -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 New Issue