Merge branch 'master' into m654z-patch-3

This commit is contained in:
Someone Somewhere 2022-04-05 23:29:42 +03:00 committed by GitHub
commit fdd32f2e7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 878 additions and 64 deletions

View file

@ -24,7 +24,7 @@
existing_ids.append(item['id'])
for submission in reddit.subreddit('placeAtlas2').new(limit=1000):
for submission in reddit.subreddit('placeAtlas2').new(limit=2000):
"""
Auth setup
1. Head to https://www.reddit.com/prefs/apps

File diff suppressed because one or more lines are too long