Skip to content

Commit

Permalink
Heroku
Browse files Browse the repository at this point in the history
Removed localhost and port
  • Loading branch information
richcastro82 authored Jun 16, 2022
1 parent 6c5fdd4 commit fe9605a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from FUNCTIONS import *

if __name__ == '__main__':
app.run_server(host="127.0.0.1", port="8050")
app.run_server(debug=True)

0 comments on commit fe9605a

Please sign in to comment.