This commit is contained in:
Luke Ogburn
2022-04-13 23:08:34 -04:00
parent 77ddf46378
commit 4cc7182321

View File

@@ -30,7 +30,7 @@ class reddit_scraper:
if helper.ts_older(self.seent[sub], p.created):
break
else:
print(f"helper.ts_older({self.seent[sub]}, {p.created})")
print(f"helper.ts_older({self.seent[sub]}, {p.created}) :: {self.seent[sub] - p.created}")
logging.info(f"Scraping post {p.id}")
post_list.append(p)
self.seent[sub] = p.created