diff --git a/cheats/rankreveal.py b/cheats/rankreveal.py index 16ce338..4c70d9c 100644 --- a/cheats/rankreveal.py +++ b/cheats/rankreveal.py @@ -98,6 +98,7 @@ class Rankreveal(Hack): # Print ranks max_len = len(max(list(zip(*founds))[0], key=len)) # use for formatting [print(f"{i:{max_len}} --> {self.ranks[j]}") for (i, j) in founds] + print("") founds = [] sleep(1000)