iawefhoawiefhoweai

This commit is contained in:
Luke Ogburn
2022-04-20 23:35:15 -04:00
parent 58de863412
commit 3c3acdee0b
2 changed files with 22 additions and 8 deletions

View File

@@ -38,6 +38,7 @@ class reddit_scraper:
def scrape_all(self, limit):
subposts = {}
for place in self.places:
print(place)
subposts[place] = self.scrape(place, limit)
return subposts