mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Fix formatting
This commit is contained in:
parent
2f34fff713
commit
9a4101a0a1
@ -1154,7 +1154,7 @@ class Media(models.Model):
|
|||||||
new_mdl = len(compact_metadata)
|
new_mdl = len(compact_metadata)
|
||||||
if old_mdl > new_mdl:
|
if old_mdl > new_mdl:
|
||||||
delta = old_mdl - new_mdl
|
delta = old_mdl - new_mdl
|
||||||
log.info(f'{self.key}: metadata reduced by {delta,} characters ({old_mdl,} -> {new_mdl,})')
|
log.info(f'{self.key}: metadata reduced by {delta:,} characters ({old_mdl:,} -> {new_mdl:,})')
|
||||||
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user