Fix another dash bug

This commit is contained in:
2022-01-26 19:46:23 +00:00
parent 9d9bf9eba4
commit 40686ac0b7

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)