BloodyInside's picture
firsty
947c08e
raw
history blame
309 Bytes
from core.settings import DEBUG
import sys
if len(sys.argv) > 1 and not (sys.argv[1] in ['migrate', "makemigrations", "clear_all_sessions"]):
print("[Worker] Starting Thread...")
from backend.invoke_worker import (
session,
chapter_queue,
)
print("[Worker] Thread Started!")