Rename redditor-comments-submissions.yaml -> redditor.yaml
This commit is contained in:
parent
6a151991a6
commit
149b39ff6c
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -55,7 +55,7 @@ with open("saved.yaml", "w") as file:
|
||||||
saved.append(i)
|
saved.append(i)
|
||||||
yaml.dump(saved, file)
|
yaml.dump(saved, file)
|
||||||
|
|
||||||
with open("redditor-comments-submissions.yaml", "w") as file:
|
with open("redditor.yaml", "w") as file:
|
||||||
cs = []
|
cs = []
|
||||||
redditor = reddit.user.me()
|
redditor = reddit.user.me()
|
||||||
for comment in redditor.comments.new():
|
for comment in redditor.comments.new():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue