Private
Public Access
1
0

no token error

This commit is contained in:
Sander Roosendaal
2023-03-26 12:22:23 +02:00
parent f62095c651
commit 12381c0eb6
2 changed files with 4 additions and 4 deletions

View File

@@ -121,7 +121,7 @@ class TPIntegration(SyncIntegration):
)
if response.status_code != 200:
raise NoTokenError
raise NoTokenError("no token")
try:
token_json = response.json()