incorrectly removed

This commit is contained in:
meejah 2022-09-20 14:45:19 -06:00
parent 0eeb11c9cd
commit 77bc83d341

View File

@ -276,5 +276,6 @@ def run(reactor, config, runApp=twistd.runApp):
)
# We always pass --nodaemon so twistd.runApp does not daemonize.
print("running node in %s" % (quoted_basedir,), file=out)
runApp(twistd_config)
return 0