From bf9dc2ad4fcce354ac4c1d6349f30d3b496d990a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=9Acigacz?= Date: Tue, 30 May 2023 19:08:22 +0200 Subject: [PATCH] test --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index 069136f..47a5423 100644 --- a/run.py +++ b/run.py @@ -5,5 +5,6 @@ ctx = app.app_context() ctx.push() ctx.pop() + if __name__ == "__main__": app.run() \ No newline at end of file