This commit is contained in:
Leon Vita 2022-11-17 00:22:46 +00:00
parent c8a9ceb559
commit dd265c0a70
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='localhost', port=14000)
app.run(host='172.0.0.2', port=14000)