Don't print the Agora dashboard message

master
Mark Veidemanis 2 years ago
parent b76f28a0ec
commit 7f51c7cb4b
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -60,7 +60,7 @@ class Agora(util.Base):
if not dash.items():
return False
if "data" not in dash["response"].keys():
self.log.error(f"Data not in dashboard response: {dash}")
# self.log.error(f"Data not in dashboard response: {dash}")
return dash_tmp
if dash["response"]["data"]["contact_count"] > 0:
for contact in dash["response"]["data"]["contact_list"]:

Loading…
Cancel
Save