return guess once solved

This commit is contained in:
augustin64 2024-12-12 09:20:42 +01:00
parent 48ff7bb93e
commit c197661571

View File

@ -294,7 +294,8 @@ def cemantix(server: Server, client: Client):
rank = server.get_rank(guess)
client.answer_guess(guess, dist, rank)
if rank == 1000:
return client.correct(guess)
client.correct(guess)
return guess