mirror of
https://github.com/meshtastic/python.git
synced 2026-05-19 05:46:14 -04:00
Update __main__.py
Main loop also in reply mode.
This commit is contained in:
@@ -640,7 +640,7 @@ def common():
|
|||||||
#if logfile:
|
#if logfile:
|
||||||
#logfile.close()
|
#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:
|
while True:
|
||||||
time.sleep(1000)
|
time.sleep(1000)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user