display tag fro alterts, cleanup udp
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ class AsyncConnection:
|
||||
msg["time"] = time.time()
|
||||
|
||||
# Encode message
|
||||
data = dicttos(msg_id, msg, compress=True)
|
||||
data = dicttos(msg_id, msg)
|
||||
|
||||
# Send
|
||||
self.transport.sendto(data, (self.addr, self.port))
|
||||
|
||||
Reference in New Issue
Block a user