From 12bef8c579256565f2b7049a605b848dcdccaaa5 Mon Sep 17 00:00:00 2001 From: lijinkui <11604755+jinkui1024@user.noreply.gitee.com> Date: Sun, 11 Jun 2023 13:35:24 +0800 Subject: [PATCH] demo --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index 19361c6..b6dc20f 100644 --- a/app/main.py +++ b/app/main.py @@ -25,5 +25,6 @@ def log_request(): app.logger.info(f"{request.method} {request.path} {request.remote_addr}") +# add user if __name__ == "__main__": app.run(port=8090, host="0.0.0.0", debug=True) -- Gitee