fixed a bug with not hiding the light button

This commit is contained in:
UpstreamData
2022-04-18 13:12:08 -06:00
parent 4468fe9fbb
commit 4d58129eee

View File

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