diff --git a/mastochess.py b/mastochess.py index d352f86..50c9ebe 100644 --- a/mastochess.py +++ b/mastochess.py @@ -1131,13 +1131,19 @@ if __name__ == '__main__': print(v_error) + toot_text = "@"+username + ' moviment il·legal! (' + moving + '!?)\n' + + mastodon.status_post(toot_text, in_reply_to_id=status_id,visibility=visibility) + + update_replies(status_id, username, now) + pass except AssertionError as a_error: print(a_error) - toot_text = "@"+username + ' moviment il·legal!' + '\n' + toot_text = "@"+username + ' moviment il·legal! (' + moving + '!?)\n' mastodon.status_post(toot_text, in_reply_to_id=status_id,visibility=visibility)