Skip to content

Commit

Permalink
Removing the hardcoded IP adress
Browse files Browse the repository at this point in the history
  • Loading branch information
Starow committed Aug 8, 2014
1 parent dd0739b commit af827a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/www/Flask_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ def wordstrending():


if __name__ == "__main__":
app.run(host='172.16.100.123' ,port=7000, threaded=True)
app.run(host='0.0.0.0' ,port=7000, threaded=True)

0 comments on commit af827a3

Please sign in to comment.