diff --git a/capturer/capturer.py b/capturer/capturer.py index 9f1cdcb..719acfe 100644 --- a/capturer/capturer.py +++ b/capturer/capturer.py @@ -47,7 +47,6 @@ class Capturer: return (datetime.datetime.now() - self.last_try_datetime).total_seconds() - class CapturingTask: sleep_time_failed_request = 180 @@ -84,6 +83,10 @@ 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')