mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 01:29:24 +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")
|
self.stdout.write(" no videos need updating")
|
||||||
return
|
return
|
||||||
|
|
||||||
self.stdout.write(" start filesystem rescan")
|
|
||||||
total = len(all_missing)
|
total = len(all_missing)
|
||||||
for idx, missing in enumerate(all_missing):
|
for idx, missing in enumerate(all_missing):
|
||||||
media_url = missing["media_url"]
|
media_url = missing["media_url"]
|
||||||
|
|||||||
Reference in New Issue
Block a user