Fix function name
This commit is contained in:
parent
badee7c824
commit
9cdccd044e
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -75,7 +75,7 @@ def saved(reddit):
|
||||||
saved.append(i)
|
saved.append(i)
|
||||||
yaml.dump(saved, file)
|
yaml.dump(saved, file)
|
||||||
|
|
||||||
def saved(reddit):
|
def redditor(reddit):
|
||||||
with open("redditor.yaml", "w") as file:
|
with open("redditor.yaml", "w") as file:
|
||||||
cs = []
|
cs = []
|
||||||
redditor = reddit.user.me()
|
redditor = reddit.user.me()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue