pare
5747485f6d
commit
a534f67c49
S'han modificat 1 arxius amb 7 adicions i 1 eliminacions
|
@ -1131,13 +1131,19 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
print(v_error)
|
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
|
pass
|
||||||
|
|
||||||
except AssertionError as a_error:
|
except AssertionError as a_error:
|
||||||
|
|
||||||
print(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)
|
mastodon.status_post(toot_text, in_reply_to_id=status_id,visibility=visibility)
|
||||||
|
|
||||||
|
|
Loading…
Referencia en una nova incidència