This commit is contained in:
starnakin 2023-12-07 12:32:28 +01:00
parent f8a88e4220
commit e13186dce0

View File

@ -58,7 +58,6 @@ for same in sames[1:]:
new.append(opponent)
elif (highest == 1):
places.append(get_index(sort, opponent.get("key")))
else:
opponents = new
if (places != []):
break