Add empty line at the end of the rank reveal
This commit is contained in:
parent
7fd8483ec1
commit
44352f823b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue