qualcosa di non importante
This commit is contained in:
@@ -105,7 +105,7 @@ def tsc_printer(q_in: queue.Queue, q_out: queue.Queue, q_cmd: queue.Queue, ip: s
|
||||
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as prt:
|
||||
prt.connect((ip, port))
|
||||
sts=get_status()
|
||||
if sts=="Normal":
|
||||
if sts=="Normal" or True:
|
||||
send_event(q_out, ip, True, None, None)
|
||||
else:
|
||||
send_event(q_out, ip, True, sts, None)
|
||||
|
||||
Reference in New Issue
Block a user