fix unreferenced stuff
This commit is contained in:
parent
f7d25f5c4c
commit
86ebe46376
2
bink.py
2
bink.py
@ -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())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user