no token error
This commit is contained in:
@@ -121,7 +121,7 @@ class TPIntegration(SyncIntegration):
|
||||
)
|
||||
|
||||
if response.status_code != 200:
|
||||
raise NoTokenError
|
||||
raise NoTokenError("no token")
|
||||
|
||||
try:
|
||||
token_json = response.json()
|
||||
|
||||
Reference in New Issue
Block a user