Skip to content

Commit

Permalink
rename IP paramater to fix heroku app
Browse files Browse the repository at this point in the history
  • Loading branch information
Elvis MBONING committed Jun 2, 2020
1 parent 1029a6f commit 37a0182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@

if __name__ == '__main__':
from os import environ
cepty_app.run(port=environ['PORT'], use_evalex=True,
cepty_app.run(host='0.0.0.0', port=environ['PORT'], use_evalex=True,
use_reloader=True, use_debugger=True)

0 comments on commit 37a0182

Please sign in to comment.