From 155055a6cf09c9f0756c03f996ce28febcf2cdd7 Mon Sep 17 00:00:00 2001 From: Mihai Baruta Date: Thu, 24 Oct 2024 15:05:22 +0300 Subject: [PATCH] Fix formattig issue --- api/wsgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/wsgi.py b/api/wsgi.py index 4807240..410697e 100644 --- a/api/wsgi.py +++ b/api/wsgi.py @@ -12,6 +12,7 @@ if os.getenv("DEBUG") != "True": import uwsgidecorators + @uwsgidecorators.postfork def preload(): from api.core.task_runner import Runner