remove message we don't need

This commit is contained in:
F4HTB 2020-11-09 23:39:45 +00:00
parent 1ea9638786
commit a09c3afc90

1
UHRR
View File

@ -324,7 +324,6 @@ class ControlTRX(tornado.websocket.WebSocketHandler):
def timeoutTRXshutdown():
global LastPing
print("Shutdown TRX")
if(LastPing+300) < time.time():
print("Shutdown TRX")
CTRX.setPower(0)