diff --git a/colors.py b/colors.py index 21e9254..bd5fd84 100644 --- a/colors.py +++ b/colors.py @@ -394,7 +394,7 @@ else: rank = "orange" else: rank = "red" -rankcode = re.sub(" ","",rank) + rankcode = re.sub(" ","",rank) print("Getting list of owned decks")