Skip to content

Commit

Permalink
Better for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed Mar 23, 2020
1 parent ee652e0 commit feb4315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask-app/mtw-dev-worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
app.static_folder = os.path.join(os.path.dirname(sys.executable), 'static')
app.template_folder = os.path.join(os.path.dirname(sys.executable), 'templates')

app.run(port=5903,debug=True,threaded=False)
app.run(port=5903,debug=True,threaded=True)
2 changes: 1 addition & 1 deletion flask-app/mtw-dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
app.static_folder = os.path.join(os.path.dirname(sys.executable), 'static')
app.template_folder = os.path.join(os.path.dirname(sys.executable), 'templates')

app.run(port=5900,debug=True,threaded=False)
app.run(port=5900,debug=True,threaded=True)

0 comments on commit feb4315

Please sign in to comment.