diff options
author | rusinthread <rusinthread@cock.li> | 2017-01-06 20:22:27 +0300 |
---|---|---|
committer | rusinthread <rusinthread@cock.li> | 2017-01-06 20:22:27 +0300 |
commit | 6d3cc3577be1b43860215a9cc0016783548e75cf (patch) | |
tree | 570afe8b967820ec451fdf99c78335df6c3542ea /gen_md.py | |
parent | 5a1b182040d4ee73a32125f9f6d722664c0c6799 (diff) |
upd
Diffstat (limited to 'gen_md.py')
-rwxr-xr-x | gen_md.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ def main(): buf.append(post_buf) - md = "\n---\n".join(buf) + md = "\n\n---------\n\n".join(buf) with open(os.path.join(CWD, 'data.md'), 'w') as f: f.write(md) |