Typo en capturer
This commit is contained in:
parent
4ec8e3210c
commit
dd3362aa3c
2 changed files with 124 additions and 152 deletions
|
|
@ -77,7 +77,7 @@ class CapturingTask:
|
|||
self._check_data()
|
||||
return
|
||||
|
||||
elif refresher.dead_ad_checker(self.html):
|
||||
elif Refresher.dead_ad_checker(self.html):
|
||||
self._update_status('Dead ad')
|
||||
return
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue