mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 14:36:34 +00:00
Merge pull request #674 from tcely/patch-2
Simply add the string we want
This commit is contained in:
commit
89d395f4ac
@ -10,5 +10,5 @@ def bytesformat(input):
|
|||||||
output = filesizeformat(input)
|
output = filesizeformat(input)
|
||||||
if not (output and output.endswith('B', -1)):
|
if not (output and output.endswith('B', -1)):
|
||||||
return output
|
return output
|
||||||
return output[: -1 ] + output[ -1 :].replace('B', 'iB', 1)
|
return output[: -1 ] + 'iB'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user