[music] Fix historical LFM imports
All checks were successful
build & deploy / test (push) Successful in 2m0s
build & deploy / build-and-deploy (push) Successful in 45s

This commit is contained in:
2026-05-24 22:11:00 -04:00
parent 8a419c7bbc
commit 4e1c3ffbf0
7 changed files with 262 additions and 101 deletions

View File

@ -2,8 +2,8 @@ import os
import sys
from pathlib import Path
from celery.schedules import crontab
import dj_database_url
from celery.schedules import crontab
from dotenv import load_dotenv
TRUTHY = ("true", "1", "t")