return guess once solved
This commit is contained in:
parent
48ff7bb93e
commit
c197661571
@ -294,7 +294,8 @@ def cemantix(server: Server, client: Client):
|
|||||||
rank = server.get_rank(guess)
|
rank = server.get_rank(guess)
|
||||||
client.answer_guess(guess, dist, rank)
|
client.answer_guess(guess, dist, rank)
|
||||||
if rank == 1000:
|
if rank == 1000:
|
||||||
return client.correct(guess)
|
client.correct(guess)
|
||||||
|
return guess
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user