Skip to content

Commit

Permalink
Disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
R2Boyo25 committed Mar 24, 2022
1 parent debd626 commit e96b994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ def returnSourceFile(filename):

if __name__ == '__main__':
start()
app.run(host = '0.0.0.0', port = 4057, debug = True)
app.run(host = '0.0.0.0', port = 4057)

0 comments on commit e96b994

Please sign in to comment.