diff --git a/welkin/client.py b/welkin/client.py index 283fc66..be6f788 100644 --- a/welkin/client.py +++ b/welkin/client.py @@ -179,7 +179,6 @@ def request( msg = response.json() codes = ["NOT_VALID_JSON_WEB_TOKEN", "TOKEN_EXPIRED"] if any(i.get("errorCode") in codes for i in msg): - breakpoint() self.auth.refresh_token() continue