added get_inventory_logs_of_type() to Asset

This commit is contained in:
2024-11-14 18:01:01 +01:00
parent 6c1e9f63f2
commit 0bb91c25b7
3 changed files with 16 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ def init_api():
client_secret = client_secret
)
break
except ConnectionError:
except:
print("Fehler bei Verbindung mit Server (wahrscheinlich DuckDns) probiere erneut...")
oauth = OAuth2(client_id=client_id, client=client, token=token)