X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=lightcards%2Fdisplay.py;fp=lightcards%2Fdisplay.py;h=b1e6022728fd0102d2b7a173983d4ed23cdcd797;hp=35a6539bad16f50870ae220d6f045b4eef6ee8f9;hb=f8ed3a58e0cc7faa678d83bcdce27ff2da362dd2;hpb=e998210865eb94a14e4ab472fb18fc97dc0012b2 diff --git a/lightcards/display.py b/lightcards/display.py index 35a6539..b1e6022 100644 --- a/lightcards/display.py +++ b/lightcards/display.py @@ -322,7 +322,7 @@ class Display: else: percent = str( round(self.obj.index / (len(self.stack) - 1) * 100) - ).zfill(2) + ).zfill(3) # Print yellow if starred if self.current_card().starred: