From 7ebf2353b39800afc10daf810818fd4f66c39297 Mon Sep 17 00:00:00 2001 From: leon Date: Sun, 4 Dec 2022 22:29:09 +0000 Subject: [PATCH] fix --- f.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f.py b/f.py index 9672df9..0d4b2a4 100644 --- a/f.py +++ b/f.py @@ -8,5 +8,5 @@ def hello_world(): if __name__ == '__main__': - app.run(host='172.17.0.5', port=8080) + app.run(host='172.17.0.8', port=8080)