aboutsummaryrefslogtreecommitdiff
path: root/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'user.py')
-rw-r--r--user.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/user.py b/user.py
index e386c2d..a12cb59 100644
--- a/user.py
+++ b/user.py
@@ -38,9 +38,6 @@ if __name__ == "__main__":
nxc.upload_file(path, f"im/{post.subreddit}/{path}")
- for post in redditor.saved(limit=None):
- uplaod(post)
-
sleep(60)
generator = stream_generator(redditor.saved, attribute_name="name")