remove leftover print statement

This commit is contained in:
simon 2023-05-14 07:52:51 +07:00
parent 05eac1a8ca
commit 95f114d817
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 1 deletions

View File

@ -162,7 +162,6 @@ class Command(BaseCommand):
self.stdout.write(" no videos need updating")
return
self.stdout.write(" start filesystem rescan")
total = len(all_missing)
for idx, missing in enumerate(all_missing):
media_url = missing["media_url"]