From da8b3453fa7376875e09b9bf99cd0490a6cd0767 Mon Sep 17 00:00:00 2001 From: pifou Date: Sat, 3 Oct 2020 10:42:57 +0200 Subject: [PATCH] Update core.py --- wideq/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wideq/core.py b/wideq/core.py index 8974c0f..2a10574 100644 --- a/wideq/core.py +++ b/wideq/core.py @@ -174,6 +174,7 @@ API_ERRORS = { "0106": NotConnectedError, "0100": FailedRequestError, 9000: InvalidRequestError, # Surprisingly, an integer (not a string). + 9003: NotLoggedInError, # Session Creation FailureError }