display tag fro alterts, cleanup udp

This commit is contained in:
Andreas Wrede
2026-04-01 11:49:55 -04:00
parent dd23d9d163
commit 079e84f729
15 changed files with 277 additions and 540 deletions
+1 -1
View File
@@ -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