mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-04 13:33:26 +01:00
Fix typo
This commit is contained in:
parent
fc7da4b8e5
commit
20488d435b
@ -32,7 +32,7 @@ class Downloader:
|
||||
def get_size(self, size, suff=None):
|
||||
if size == -1:
|
||||
return "Unknown"
|
||||
ext = ["B","KB","MB","GB","PB"]
|
||||
ext = ["B","KB","MB","GB","TB","PB"]
|
||||
s = float(size)
|
||||
s_dict = {}
|
||||
# Iterate the ext list, and divide by 1000 each time
|
||||
|
Loading…
Reference in New Issue
Block a user