Merge branch 'master' of github.com:CIRCL/AIL-framework

pull/8/head
Alexandre Dulaunoy 2014-08-08 14:03:30 +02:00
commit b21e7ea3c8
1 changed files with 1 additions and 1 deletions

View File

@ -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)