Skip to content

Commit

Permalink
Updated flask application
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylortheGenie committed Dec 5, 2023
1 parent f9b3e54 commit 34ace0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py → application.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ def okay():
return render_template("okay.jpg")

if __name__=="__main__":
app.run(host="0.0.0.0", port=5000, debug=True)
app.run(host="0.0.0.0")

0 comments on commit 34ace0b

Please sign in to comment.