From d959b5a24f620df87d36f60777077a3d5a4f5272 Mon Sep 17 00:00:00 2001 From: Eddie Cohen Date: Tue, 9 Aug 2022 19:00:09 -0400 Subject: [PATCH] removing breakpoint --- welkin/client.py | 1 - 1 file changed, 1 deletion(-) 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