(Probably) fix the blip bug

develop
Sven Slootweg 10 years ago
parent e04448dcd8
commit 5eb46c13e8

@ -55,7 +55,7 @@ def heartbeat():
msg_type = "down"
send_message = True
else:
if retries > 0:
if up and retries > 0:
msg_type = "blip"
send_message = True

Loading…
Cancel
Save