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