@@ -29,6 +29,8 @@ class reddit_scraper:
for p in posts[::-1]:
if helper.ts_older(self.seent[sub], p.created):
break
else:
print(f"helper.ts_older({self.seent[sub]}, {p.created})")
logging.info(f"Scraping post {p.id}")
post_list.append(p)
self.seent[sub] = p.created
The note is not visible to the blocked user.