Typo en capturer

This commit is contained in:
pablomartincalvo 2018-11-05 20:09:04 +01:00
parent 4ec8e3210c
commit dd3362aa3c
2 changed files with 124 additions and 152 deletions

View file

@ -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: