Skip to content

Commit

Permalink
Fix formattig issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokeswar committed Oct 24, 2024
1 parent 89b6f38 commit 155055a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

if os.getenv("DEBUG") != "True":
import uwsgidecorators

@uwsgidecorators.postfork
def preload():
from api.core.task_runner import Runner
Expand Down

0 comments on commit 155055a

Please sign in to comment.