fixed a bug with not hiding the light button

This commit is contained in:
UpstreamData
2022-04-18 13:12:08 -06:00
committed by UpstreamData
parent a9cdefcd43
commit d8d66e4244

View File

@@ -44,7 +44,8 @@ class TestbenchMiner:
data = {
"IP": str(self.host),
"text": str(message).replace("\r", "") + "\n",
"online": self.get_online_time(),
"Light": "hide",
"online": self.get_online_time()
}
await ConnectionManager().broadcast_json(data)