Skip to content

Commit

Permalink
fix: re-enable flask multi-threading (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingKing-AM committed Nov 8, 2022
1 parent 92997c2 commit a012e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aw_server/server.py
Expand Up @@ -116,7 +116,7 @@ def _start(
port=port,
request_handler=FlaskLogHandler,
use_reloader=False,
threaded=False,
threaded=True,
)
except OSError as e:
logger.exception(e)
Expand Down

0 comments on commit a012e7a

Please sign in to comment.