mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-26 06:56:36 +00:00
Use number instead of decimal integer presentation
This commit is contained in:
parent
ead75913a8
commit
8bba17c2dc
@ -1951,7 +1951,7 @@ class MetadataFormat(models.Model):
|
|||||||
|
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
template = '#{} "{}" from {}: {}'
|
template = '#{:n} "{}" from {}: {}'
|
||||||
return template.format(
|
return template.format(
|
||||||
self.number,
|
self.number,
|
||||||
self.key,
|
self.key,
|
||||||
|
Loading…
Reference in New Issue
Block a user