From ce6f62c388f2bd48ec57aeca057e29ff90406dbb Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Sat, 7 Sep 2019 15:20:35 -0500 Subject: [PATCH] Fix comment --- Scripts/downloader.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Scripts/downloader.py b/Scripts/downloader.py index 4c5ab7f..22b650d 100755 --- a/Scripts/downloader.py +++ b/Scripts/downloader.py @@ -44,9 +44,6 @@ class Downloader: # use_2014 denotes whether or not we display in MiB vs MB # round_to is the number of dedimal points to round our result to (0-15) # strip_zeroes denotes whether we strip out zeroes - # True: Strip all 0s from the right of the decimal and remove decimal if needed - # False: Show the number as-is - # 0-10: Set the number of decimal places from 0 to 10 # Failsafe in case our size is unknown if size == -1: