update reddit feeds

This commit is contained in:
2025-05-12 15:31:47 +10:00
parent 8c7049fa4c
commit 68b2459da4
+1 -2
View File
@@ -245,13 +245,12 @@ def fetch_reddit_posts():
feeds = [
"food",
"FoodPorn",
"spicy"
"spicy",
"KoreanFood",
"JapaneseFood",
"DessertPorn",
"ChineseFood",
"IndianFood"
"IndianFood"
]
articles = []
cutoff_date = datetime.now(timezone.utc) - timedelta(hours=EXPIRATION_HOURS)