Added space between strings
This commit is contained in:
pare
b28fbaf764
commit
83cddfca9d
S'han modificat 1 arxius amb 3 adicions i 2 eliminacions
|
@ -576,6 +576,7 @@ def save_anotation(moving):
|
||||||
else:
|
else:
|
||||||
|
|
||||||
line_data = " - " + moved_piece_name + "=D"
|
line_data = " - " + moved_piece_name + "=D"
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
line_data = " - " + moved_piece_name + "\n"
|
line_data = " - " + moved_piece_name + "\n"
|
||||||
|
@ -1721,7 +1722,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
print(v_error)
|
print(v_error)
|
||||||
|
|
||||||
toot_text = '@'+username + ' ' + not_legal_move_str + moving + '!?)\n'
|
toot_text = '@'+username + ' ' + not_legal_move_str + ' ' + 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)
|
||||||
|
|
||||||
|
@ -1733,7 +1734,7 @@ if __name__ == '__main__':
|
||||||
|
|
||||||
print(a_error)
|
print(a_error)
|
||||||
|
|
||||||
toot_text = '@'+username + ' ' + not_legal_move_str + moving + '!?)\n'
|
toot_text = '@'+username + ' ' + not_legal_move_str + ' ' + 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