fixed a bug with not hiding the light button
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user