diff options
Diffstat (limited to 'gen_md.py')
-rwxr-xr-x | gen_md.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -71,8 +71,8 @@ def main(): else: post_buf += '\n\n' - post_buf += '**Шифровка (тип %d)**: `%s`\n\n' % (cipher_type, post['text']) - post_buf += '**Расшифровка:** `%s`' % decoded_text + post_buf += '**Шифровка (тип %d)**: \n> %s\n\n' % (cipher_type, post['text']) + post_buf += '**Расшифровка:**\n> %s' % decoded_text buf.append(post_buf) |