diff options
author | rusinthread <rusinthread@cock.li> | 2017-02-23 12:53:44 +0300 |
---|---|---|
committer | rusinthread <rusinthread@cock.li> | 2017-02-23 12:53:44 +0300 |
commit | 2f29cc839997673f5f6fc8f92a74a986ccd80301 (patch) | |
tree | 42d19f6a4ddf7e7badcc10089093adf52831f232 /gen_md.py | |
parent | 720a66255c74287c9acae9095eeba3cbd4a8f6e4 (diff) |
add new posts
Diffstat (limited to 'gen_md.py')
-rwxr-xr-x | gen_md.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ def main(): else: post_buf += '\n\n' - post_buf += '**Шифровка (тип %d)**: \n> %s\n\n' % (cipher_type, post['text']) + post_buf += '**Шифровка (тип %d)**:\n> %s\n\n' % (cipher_type, post['text']) post_buf += '**Расшифровка:**\n> %s' % decoded_text buf.append(post_buf) |