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