diff --git a/maigret/checking.py b/maigret/checking.py index c1e6994..389d362 100644 --- a/maigret/checking.py +++ b/maigret/checking.py @@ -61,8 +61,6 @@ class SimpleAiohttpChecker(CheckerBase): self.headers = None self.allow_redirects = True self.timeout = 0 - self.allow_redirects = True - self.timeout = 0 self.method = 'get' self.payload = None