Update something

This commit is contained in:
Richard Chien
2016-12-03 22:41:12 +08:00
parent fc89aa847c
commit e215da8a1d
4 changed files with 34 additions and 3 deletions

2
app.py
View File

@ -107,4 +107,4 @@ def _load_commands():
if __name__ == '__main__':
_load_commands()
app.run(host='127.0.0.1', port=8888)
app.run(host=os.environ.get('HOST'), port=os.environ.get('PORT'))