Fixed dataset
This commit is contained in:
parent
aef307bbac
commit
5806cffb66
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user