aboutsummaryrefslogtreecommitdiff
path: root/gen_md.py
diff options
context:
space:
mode:
Diffstat (limited to 'gen_md.py')
-rwxr-xr-xgen_md.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gen_md.py b/gen_md.py
index cb1a8df..7a2428f 100755
--- a/gen_md.py
+++ b/gen_md.py
@@ -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']