display tag fro alterts, cleanup udp
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ async def test_plugins():
|
||||
print(f" Original data: {test_data}")
|
||||
|
||||
# Encode
|
||||
encoded = dicttos("PLG", test_data, compress=True)
|
||||
encoded = dicttos("PLG", test_data)
|
||||
print(f" Encoded ({len(encoded)} bytes): {encoded[:50]}...")
|
||||
|
||||
# Decode
|
||||
|
||||
Reference in New Issue
Block a user