Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Updates dev_server to use threading so that celery can be tested.
Browse files Browse the repository at this point in the history
  • Loading branch information
halfak committed Jul 8, 2015
1 parent 2612e6a commit 8762c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ores/utilities/dev_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ def main(argv=None):
app.run(host="0.0.0.0",
port=int(args['--port']),
debug=True,
ssl_context="adhoc")
ssl_context="adhoc",
threaded=True)

0 comments on commit 8762c6e

Please sign in to comment.