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(): if not dash.items():
return False return False
if "data" not in dash["response"].keys(): 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 return dash_tmp
if dash["response"]["data"]["contact_count"] > 0: if dash["response"]["data"]["contact_count"] > 0:
for contact in dash["response"]["data"]["contact_list"]: for contact in dash["response"]["data"]["contact_list"]:

Loading…
Cancel
Save