Merge pull request #724 from tcely/patch-2

Remove logging of the SQL
This commit is contained in:
meeb 2025-02-16 11:52:34 +11:00 committed by GitHub
commit 94cd38adec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,14 +61,13 @@ class BaseStatus:
else:
mqs = mqs.exclude(
skip=True,
manual_skip=True
manual_skip=True,
downloaded=True
).filter(
source__download_media=True,
can_download=True,
downloaded=False,
key=self.media_key
)
log.debug(mqs.query)
for m in mqs:
t = get_media_download_task(str(m.pk))
if t: