Fixed dataset

This commit is contained in:
retoor 2024-11-24 07:15:17 +01:00
parent aef307bbac
commit 5806cffb66

View File

@ -30,9 +30,9 @@ def dump():
print(
"===",
f"All rants written by user(ranter) `{user}` on devRant(developer community).",
"```"
text
"```"
"```",
text,
"```",
)
printr(text)
with pathlib.Path("export/rants-" + user + ".txt").open("w") as f:
@ -49,7 +49,7 @@ def dump():
"```",
f"All posts written by user(ranter) `{user}` on devRant(developer community): ```.",
text,
"```"
"```",
)
printr(text)
with pathlib.Path("export/posts-" + user + ".txt").open("w") as f: