diff --git a/app.py b/app.py index 7793bc1cc5e16250f184279aa8bba0904866a6b5..00cfd94db261cecf8ee5d9a77f0662601ca4a6e1 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()