This commit is contained in:
Leon Vita 2022-12-04 22:20:42 +00:00
parent c555c278dc
commit fb63108dcc
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.2', port=8080)
app.run(host='10.10.11.10', port=8080)