Fix dramatiq task scheduler

This commit is contained in:
mhdzumair
2024-12-22 20:17:27 +05:30
parent 0df878d4c8
commit 745dfd6b69
+10 -1
View File
@@ -7,7 +7,16 @@ from utils import torrent
# import background actors
# noqa: F401
from mediafusion_scrapy import task
from scrapers import tv, imdb_data, trackers, helpers, prowlarr, feed_scraper, background_scraper, scraper_tasks
from scrapers import (
tv,
imdb_data,
trackers,
helpers,
prowlarr,
feed_scraper,
background_scraper,
scraper_tasks,
)
from streaming_providers import cache_helpers
from utils import validation_helper