Update __main__.py

Main loop also in reply mode.
This commit is contained in:
Beiri22 authored and GitHub committed 2021-12-30 10:31:27 +01:00
1 parent 38e7972191
commit b341b6cfdb
1 file changed
+1 -1
+1 -1
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)