Skip to content

Commit

Permalink
update ip
Browse files Browse the repository at this point in the history
  • Loading branch information
william57m committed Nov 27, 2014
1 parent 3da195a commit 3ee4c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def add_state_order():

@manager.command
def run():
app.run(host='10.192.169.107')
app.run(host='104.131.90.215')

if __name__ == "__main__":
manager.run()

0 comments on commit 3ee4c90

Please sign in to comment.