1
0
Fork 0

directly rejoin pool

This commit is contained in:
Sean Sube 2023-02-27 23:03:42 -06:00
parent da6ae5d62f
commit f7f438e767
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ def run():
if __name__ == "__main__":
app = run()
app, pool = main()
app.run("0.0.0.0", 5000, debug=is_debug())
logger.info("shutting down app")
pool.join()