tons of stuff but working again
This commit is contained in:
@ -8,7 +8,7 @@ from PIL import Image, UnidentifiedImageError
|
||||
from celery.schedules import crontab
|
||||
from flask import current_app
|
||||
from app import db
|
||||
from app.celery_app import celery
|
||||
from app.celery_instance import celery
|
||||
from plugins.media.models import Media, ZipJob
|
||||
|
||||
# ─── Constants ────────────────────────────────────────────────────────────────
|
||||
@ -142,4 +142,4 @@ def init_media_tasks(celery_app):
|
||||
Called by the JSON‐driven loader so tasks_init no longer errors.
|
||||
Celery scheduling is handled via on_after_configure.
|
||||
"""
|
||||
celery_app.log.get_default_logger().info("[Media] init_media_tasks no-op")
|
||||
print("[Media] init_media_tasks called (no‐op)")
|
||||
|
Reference in New Issue
Block a user