mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Remove extra blank lines
This commit is contained in:
parent
196c193c41
commit
abae403a8f
@ -254,12 +254,10 @@ def index_source_task(source_id):
|
||||
priority=20,
|
||||
verbose_name=verbose_name.format(media.pk),
|
||||
)
|
||||
|
||||
if task:
|
||||
task.verbose_name = verbose_name
|
||||
with atomic():
|
||||
task.save(update_fields={'verbose_name'})
|
||||
|
||||
# Tack on a cleanup of old completed tasks
|
||||
cleanup_completed_tasks()
|
||||
with atomic(durable=True):
|
||||
|
Loading…
Reference in New Issue
Block a user