mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:49:31 +00:00
fix spelling
This commit is contained in:
@@ -272,9 +272,9 @@ def thumbnail_check(self):
|
||||
return
|
||||
|
||||
manager.init(self)
|
||||
thumnail = ThumbValidator(task=self)
|
||||
thumnail.validate()
|
||||
thumnail.clean_up()
|
||||
thumbnail = ThumbValidator(task=self)
|
||||
thumbnail.validate()
|
||||
thumbnail.clean_up()
|
||||
|
||||
|
||||
@shared_task(bind=True, name="resync_thumbs", base=BaseTask)
|
||||
|
||||
Reference in New Issue
Block a user