run socketserver forever

This commit is contained in:
Peter Buchegger 2022-02-02 16:34:22 +01:00
parent b1f17027d5
commit 4897dfe091
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def master(options, trackDirectLogger):
childFDs={0: 0, 1: 1, 2: 2, port.fileno(): port.fileno()},
env=os.environ)
# reactor.run()
reactor.run()
except Exception as e:
trackDirectLogger.error(e, exc_info=1)