Skip to content

Commit

Permalink
Set debug to false
Browse files Browse the repository at this point in the history
  • Loading branch information
rohittp0 authored and 123vivekr committed Mar 23, 2024
1 parent 7412354 commit 68f3dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devika.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ def get_settings():
if __name__ == "__main__":
logger.info("Booting up... This may take a few seconds")
init_devika()
app.run(debug=True, port=1337, host="0.0.0.0")
app.run(debug=False, port=1337, host="0.0.0.0")

0 comments on commit 68f3dd4

Please sign in to comment.