From cfa83de3bed291fdbff6e1ce128f0422890db39d Mon Sep 17 00:00:00 2001 From: cuiweizhi <560397@gree.com.cn> Date: Sat, 4 Nov 2023 12:27:06 +0800 Subject: [PATCH] Update project --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7793bc1..00cfd94 100644 --- a/app.py +++ b/app.py @@ -27,7 +27,7 @@ def runserver(): app.run(debug=True) -if __name__ == "__main__": +if __name__ == '__main__': # Only run the development server if the script is executed directly. # This allows other scripts to import this file without starting the server. runserver() -- GitLab