From 149b39ff6c995adc191c2d409fa8a4609837bffc Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Sat, 10 Jun 2023 18:34:31 +0300 Subject: [PATCH] Rename redditor-comments-submissions.yaml -> redditor.yaml --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9b95bc4..25db85a 100644 --- a/main.py +++ b/main.py @@ -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():