Skip to content

Commit

Permalink
app.run(debug=True) froze the app -> setting to false. Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
oplatek committed Nov 5, 2024
1 parent 80a2156 commit 76a4ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factgenie/bin/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,4 @@ def run():

if __name__ == "__main__":
app = create_app()
app.run(debug=True)
app.run(debug=False)

0 comments on commit 76a4ddd

Please sign in to comment.