mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:29:36 +00:00
remove leftover print statement
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user