diff options
Diffstat (limited to 'gen_md.py')
-rwxr-xr-x | gen_md.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ def main(): decoded_text = decode_auto(post['text'], cipher_type) elif cipher_type == '3': decoded_text = post['decoded'] + else: + decoded_text = '?' post_buf = '' post_buf += '**Дата**: %s\n\n' % post['date'] |