diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 00e773d..846e9e7 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,9 +3,7 @@
-
-
-
+
@@ -26,8 +24,9 @@
+
-
+
@@ -55,7 +54,7 @@
-
+
@@ -67,7 +66,7 @@
-
+
@@ -83,103 +82,74 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -244,6 +213,7 @@
+
@@ -257,7 +227,6 @@
-
@@ -268,7 +237,12 @@
-
+
+
+
+
+
+
@@ -297,6 +271,7 @@
+
@@ -625,7 +600,7 @@
-
+
@@ -633,11 +608,11 @@
-
+
-
+
@@ -919,27 +894,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -982,46 +936,64 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/capturer/capturer.py b/capturer/capturer.py
index 5246543..04c1301 100644
--- a/capturer/capturer.py
+++ b/capturer/capturer.py
@@ -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: