aboutsummaryrefslogtreecommitdiffstats
path: root/parser.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-03-12 21:29:45 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-03-12 21:29:45 +0000
commit48e4e97a390260578ca68f247f8b7521c7eec9b9 (patch)
treecf591677f3e885121db7eafe957b4ba448dec043 /parser.py
parent953e7abf8e829c52aeb7e3b55fc27c0105043d8b (diff)
downloadeda.gay-48e4e97a390260578ca68f247f8b7521c7eec9b9.tar.gz
eda.gay-48e4e97a390260578ca68f247f8b7521c7eec9b9.zip
removed a line coz im an idiot
Diffstat (limited to 'parser.py')
-rwxr-xr-xparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser.py b/parser.py
index 192c931..230f8c5 100755
--- a/parser.py
+++ b/parser.py
@@ -93,7 +93,6 @@ def get_headers(html):
# it must start with the largest header and only go up and down in increments of one
# TODO: fix it!
md_template = jinja2.Template("""
- - dummy header
{% for text, depth, link in contents %}
{{ " " * depth }} - [{{ text }}]({{ link }})
{% endfor %}