Update hn.py
1 files changed, 1 insertions(+), 3 deletions(-) M hn.py
M hn.py => hn.py +1 -3
@@ 38,9 38,7 @@ if not path or path == "/": })) sys.stdout.write("20 text/gemini\r\n") print("# Hacker News") print() print("Note: the HTML to Gemtext conversion works best with articles") print("# Hacker News\n") for post in posts: url = post['url'] print(f"=> {gemini_url}/view?{quote(url)} {post['title']}")