Fix formatting

This commit is contained in:
tcely 2025-01-07 03:18:39 -05:00 committed by GitHub
parent 2f34fff713
commit 9a4101a0a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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