Skip to content

Commit

Permalink
fix port and ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeecka committed Jun 9, 2020
1 parent 5f956b5 commit 96d8401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
]

if __name__ == "__main__":
appli.run()
appli.run(debug=False, host='0.0.0.0', port=80)

0 comments on commit 96d8401

Please sign in to comment.