Skip to content

Commit

Permalink
removing breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
edcohen08 committed Aug 9, 2022
1 parent 9e68317 commit d959b5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion welkin/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d959b5a

Please sign in to comment.