Compare commits

...

8 Commits

Author SHA1 Message Date
Leon Vita a7ef8675f2 add mewo; 2022-12-04 22:33:42 +00:00
Leon Vita 7ebf2353b3 fix 2022-12-04 22:29:09 +00:00
Leon Vita 8648cd8c97 error 2022-12-04 22:27:22 +00:00
Leon Vita 588ea45d5f Merge branch 'mewo'
add some mewo var
2022-12-04 22:26:06 +00:00
Leon Vita 20cdbb7d4a add mewo var 2022-12-04 22:25:46 +00:00
Leon Vita 6744f7575b fix 2022-12-04 22:24:35 +00:00
Leon Vita de49a1453c test111 2022-12-04 22:23:16 +00:00
Leon Vita fb63108dcc test 2022-12-04 22:20:42 +00:00
1 changed files with 2 additions and 1 deletions

3
f.py
View File

@ -8,4 +8,5 @@ def hello_world():
if __name__ == '__main__':
app.run(host='172.17.0.2', port=8080)
app.run(host='172.17.0.8', port=8080)
add some mewo