Don't print the Agora dashboard message
This commit is contained in:
parent
b76f28a0ec
commit
7f51c7cb4b
|
@ -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…
Reference in New Issue