fix cases on the edge

This commit is contained in:
TheTechRobo 2021-06-07 20:54:15 -04:00
parent 64f304b562
commit fdb03cf762
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def overall(HYPIXEL_API_KEY,player,TranslateRank=True,ConvertToUUID=True):
try:
print(f"{i}: {contents[i]}")
sgfdf = contents[i]
if sgfdf == "NONE":
if sgfdf == "NONE" or sgfdf == "NORMAL" and sgfdf != "prefix":
continue
contents['rank'] = sgfdf
break