fix unreferenced stuff

This commit is contained in:
nebula 2025-04-20 19:54:08 +00:00
parent f7d25f5c4c
commit 86ebe46376

View File

@ -49,6 +49,6 @@ def create_post(title, body):
"title": title[:max_title_length] "title": title[:max_title_length]
} }
with open(f"{home}/{time_ns()}", "w") as f: with open(f"{home}/{time_ns()}", "w") as f:
json.dump(f, indent=2) json.dump(thread, f, indent=2)
print(generate_feed()) print(generate_feed())