fix: silly rounding error on UDP stale check

This commit is contained in:
Yui
2026-05-02 22:15:45 -03:00
parent 2515cb748a
commit 3ec50c4004
3 changed files with 3 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ def main():
udp.Connect()
while True:
# tcp.Send("meow")
tcp.Send("meow")
udp.Send("woof")
time.sleep(9)