Skip to content

Commit

Permalink
Threaded fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gachouchani1999 committed Sep 19, 2021
1 parent be38f98 commit 5896d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaskr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ def download():

if __name__ == '__main__':
# Threaded option to enable multiple instances for multiple user access support
app.run(threaded=True)
app.run(threaded=False)

0 comments on commit 5896d60

Please sign in to comment.