Update __main__.py

Main loop also in reply mode.
This commit is contained in:
Beiri22
2021-12-30 10:31:27 +01:00
committed by GitHub
parent 38e7972191
commit b341b6cfdb

View File

@@ -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)