diff options
author | rusinthread <rusinthread@cock.li> | 2017-01-06 20:26:47 +0300 |
---|---|---|
committer | rusinthread <rusinthread@cock.li> | 2017-01-06 20:26:47 +0300 |
commit | f500a1300aa9c051bc1e83323ea4ffc2b6885389 (patch) | |
tree | cc0ae4127ecaa2c7bd34e485ff4793dd33380eef /gen_md.py | |
parent | 6d3cc3577be1b43860215a9cc0016783548e75cf (diff) |
update md
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) |