summaryrefslogtreecommitdiff
path: root/gen_md.py
diff options
context:
space:
mode:
authorrusinthread <rusinthread@cock.li>2017-02-23 12:53:44 +0300
committerrusinthread <rusinthread@cock.li>2017-02-23 12:53:44 +0300
commit2f29cc839997673f5f6fc8f92a74a986ccd80301 (patch)
tree42d19f6a4ddf7e7badcc10089093adf52831f232 /gen_md.py
parent720a66255c74287c9acae9095eeba3cbd4a8f6e4 (diff)
add new posts
Diffstat (limited to 'gen_md.py')
-rwxr-xr-xgen_md.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_md.py b/gen_md.py
index bdbefc4..921c468 100755
--- a/gen_md.py
+++ b/gen_md.py
@@ -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)