Skip to content

Commit

Permalink
Merge pull request #224 from pymedusa/fix-tpb-size
Browse files Browse the repository at this point in the history
Fix TPB sizes
  • Loading branch information
labrys committed Mar 27, 2016
2 parents 3b9ffa9 + 5629b1a commit 3efd8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/providers/thepiratebay.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def search(self, search_strings, age=0, ep_obj=None): # pylint: disable=too-man
}

# Units
units = ["B", "KB", "MB", "GB", "TB", "PB"]
units = ["B", "KIB", "MIB", "GIB", "TIB", "PIB"]

def process_column_header(th):
result = ""
Expand Down

0 comments on commit 3efd8bb

Please sign in to comment.