From 44352f823b7adfea7081b4f2a9cd4c3bfcdb04de Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 7 May 2023 03:51:39 +0200 Subject: [PATCH] Add empty line at the end of the rank reveal --- cheats/rankreveal.py | 1 + 1 file changed, 1 insertion(+) 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)