mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
1 file changed
+1
-1
@@ -640,7 +640,7 @@ def common():
|
||||
#if logfile:
|
||||
#logfile.close()
|
||||
|
||||
if args.noproto or (have_tunnel and args.tunnel): # loop until someone presses ctrlc
|
||||
if args.noproto or args.reply or (have_tunnel and args.tunnel): # loop until someone presses ctrlc
|
||||
while True:
|
||||
time.sleep(1000)
|
||||
|
||||
|
||||
Reference in new issue
Block a user