Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Use threaded werkzeug run_simple to serve WSGI application
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 26, 2016
1 parent e2b697f commit db8c149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions badwolf/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def runserver(host, port, reload, debug):
app,
use_reloader=reload,
use_debugger=debug,
threaded=True,
)


Expand Down

0 comments on commit db8c149

Please sign in to comment.