Merge pull request #191 from Beiri22/patch-1

Update __main__.py
This commit is contained in:
mkinney authored and GitHub committed 2021-12-30 07:46:40 -08:00
commit 8ba3d26d63
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)