Fix another dash bug

This commit is contained in:
2022-01-26 19:46:23 +00:00
parent 9352956f76
commit f906478d45

View File

@@ -57,6 +57,8 @@ class Agora(object):
dash = self.agora.dashboard_seller()
except ReadTimeout:
return False
if not dash:
return False
dash_tmp = {}
if "data" not in dash["response"].keys():
self.log.error("Data not in dashboard response: {content}", content=dash)