update ip

This commit is contained in:
Leon Vita 2022-12-10 14:02:11 +00:00
parent 879f275a95
commit 9830554a7a
1 changed files with 1 additions and 1 deletions

2
f.py
View File

@ -8,4 +8,4 @@ def hello_world():
if __name__ == '__main__':
app.run(host='172.17.0.8', port=8080)
app.run(host='172.17.0.3', port=14000)