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():
|
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…
Reference in New Issue