From 166aeaa2e015609b331d02630579e4993e01bddc Mon Sep 17 00:00:00 2001 From: Anders Fugmann Date: Sun, 2 Mar 2025 11:16:39 +0100 Subject: [PATCH] Allow re-authentication if authentication failed --- pyW215/pyW215.py | 3 --- 1 file changed, 3 deletions(-) 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