We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f3024 commit e35a748Copy full SHA for e35a748
scan.py
@@ -100,8 +100,8 @@ def recv_packets(udp_skt, pbar):
100
""]
101
if int(infos['online']) >= display_online:
102
pbar.write("\n".join(values))
103
- if exec_cmd:
104
- threading.Thread(target=exec_cmd_async, args=(exec_cmd, infos), daemon=True).start()
+ if exec_cmd:
+ threading.Thread(target=exec_cmd_async, args=(exec_cmd, infos), daemon=True).start()
105
except socket.timeout:
106
continue
107
except ConnectionResetError:
0 commit comments