diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 67ac977..3250d83 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -511,7 +511,7 @@ def common(): # We assume client is fully connected now onConnected(client) - if args.noproto: # loop until someone presses ctrlc + if args.noproto or (args.tunnel and have_tunnel): # loop until someone presses ctrlc while True: time.sleep(1000)