Eliminados prints innecesarios del capturer.
This commit is contained in:
parent
38984822a7
commit
227f298d8b
1 changed files with 0 additions and 7 deletions
|
|
@ -83,10 +83,6 @@ class CapturingTask:
|
|||
return
|
||||
|
||||
else:
|
||||
|
||||
print(attack.get_status_code())
|
||||
print(attack.get_response())
|
||||
print(attack.get_text())
|
||||
try:
|
||||
if Refresher.dead_ad_checker(attack.get_text()):
|
||||
self._update_status('Dead ad')
|
||||
|
|
@ -100,9 +96,6 @@ class CapturingTask:
|
|||
continue
|
||||
|
||||
self._update_status('Surrender')
|
||||
print(datetime.datetime.now())
|
||||
print(self.html)
|
||||
print(attack.get_response())
|
||||
|
||||
def _extract_data(self):
|
||||
self.parser = AdHtmlParser(self.html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue