Move stuff in silly places

This commit is contained in:
2022-05-05 18:16:56 +01:00
parent 22520c8224
commit 38caba7d2b
16 changed files with 1382 additions and 53 deletions

View File

@@ -182,6 +182,8 @@ class Local(util.Base):
return False
if not messages["success"]:
return False
if not messages["response"]:
return False
if "data" not in messages["response"]:
self.log.error(f"Data not in messages response: {messages['response']}")
return False