Fix #6
This commit is contained in:
pare
ca97aa187d
commit
4053a73ad4
S'han modificat 1 arxius amb 2 adicions i 2 eliminacions
|
@ -997,9 +997,9 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
||||||
if chess.Move.from_uci(moving) in board.legal_moves == False:
|
if chess.Move.from_uci(moving) not in board.legal_moves:
|
||||||
|
|
||||||
toot_text = "@"+username + ' moviment il·legal!' + '\n'
|
toot_text = "@"+username + ": " + moving + " és un moviment il·legal. Torna a tirar." + "\n"
|
||||||
|
|
||||||
mastodon.status_post(toot_text, in_reply_to_id=status_id,visibility=visibility)
|
mastodon.status_post(toot_text, in_reply_to_id=status_id,visibility=visibility)
|
||||||
|
|
||||||
|
|
Loading…
Referencia en una nova incidència