mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Merge branch 'master' of github.com:CIRCL/AIL-framework
This commit is contained in:
commit
b21e7ea3c8
1 changed files with 1 additions and 1 deletions
|
@ -63,4 +63,4 @@ def wordstrending():
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
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)
|
||||||
|
|
Loading…
Reference in a new issue