Rename redditor-comments-submissions.yaml -> redditor.yaml

This commit is contained in:
George Kaklamanos 2023-06-10 18:34:31 +03:00
parent 6a151991a6
commit 149b39ff6c

View file

@ -55,7 +55,7 @@ with open("saved.yaml", "w") as file:
saved.append(i)
yaml.dump(saved, file)
with open("redditor-comments-submissions.yaml", "w") as file:
with open("redditor.yaml", "w") as file:
cs = []
redditor = reddit.user.me()
for comment in redditor.comments.new():