tons of stuff but working again

This commit is contained in:
2025-07-10 02:21:19 -05:00
parent 5e828f8e74
commit 2b63f4c9c7
369 changed files with 337 additions and 472 deletions

View File

@ -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 JSONdriven 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 (noop)")