fix: silly rounding error on UDP stale check
This commit is contained in:
@@ -54,7 +54,7 @@ def main():
|
||||
udp.Connect()
|
||||
|
||||
while True:
|
||||
# tcp.Send("meow")
|
||||
tcp.Send("meow")
|
||||
udp.Send("woof")
|
||||
time.sleep(9)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user