diff --git a/pyW215/pyW215.py b/pyW215/pyW215.py index 74c7191..6b7c6bb 100644 --- a/pyW215/pyW215.py +++ b/pyW215/pyW215.py @@ -341,9 +341,6 @@ def auth(self): self._error_report = True return None - if self._error_report is True: - return None - Challenge = ChallengeResponse.text Cookie = CookieResponse.text Publickey = PublickeyResponse.text