mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16:37 +00:00
Avoid ImportError
This commit is contained in:
parent
55637c2caf
commit
332f34c78e
@ -4,9 +4,6 @@ import yt_dlp
|
||||
from common.logger import log
|
||||
from django.conf import settings
|
||||
|
||||
from .models import Media
|
||||
from .tasks import get_media_download_task
|
||||
|
||||
|
||||
progress_hook = {
|
||||
'status': dict(),
|
||||
@ -18,6 +15,9 @@ postprocessor_hook = {
|
||||
|
||||
|
||||
class BaseStatus:
|
||||
from .models import Media
|
||||
from .tasks import get_media_download_task
|
||||
|
||||
status_dict = dict()
|
||||
valid = set()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user