From 67af0c8f7a8da93904a4f82be0e044c37377ebb0 Mon Sep 17 00:00:00 2001 From: spla Date: Fri, 1 Jan 2021 17:44:58 +0100 Subject: [PATCH] Fix #14 --- mastochess.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mastochess.py b/mastochess.py index ea34356..0107025 100644 --- a/mastochess.py +++ b/mastochess.py @@ -2222,6 +2222,8 @@ if __name__ == '__main__': else: + player_leave_game = get_locale("player_leave_game", player_lang) + toot_text = '@'+username + ' ' + player_leave_game + ' ' + white_user mastodon.status_post(toot_text, in_reply_to_id=status_id,visibility=visibility)