mirror of https://github.com/CIRCL/AIL-framework
Removing the hardcoded IP adress
parent
dd0739be43
commit
af827a3402
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue