This commit is contained in:
id101010
2019-10-11 14:19:34 +02:00
parent 6a1d065e5d
commit 1f84dcc095

View File

@@ -43,7 +43,7 @@ for snippet in os.popen(cmd).readlines(): #!x
pid = os.fork() #!x
# make sure we are in the child process
if pid > 0: #!x
sys.exit(0)
sys.exit(0) #!x
try: #!x
# create the socket and listen
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) #!x