update reddit feeds
This commit is contained in:
@@ -245,13 +245,12 @@ def fetch_reddit_posts():
|
|||||||
feeds = [
|
feeds = [
|
||||||
"food",
|
"food",
|
||||||
"FoodPorn",
|
"FoodPorn",
|
||||||
"spicy"
|
|
||||||
"spicy",
|
"spicy",
|
||||||
"KoreanFood",
|
"KoreanFood",
|
||||||
"JapaneseFood",
|
"JapaneseFood",
|
||||||
"DessertPorn",
|
"DessertPorn",
|
||||||
"ChineseFood",
|
"ChineseFood",
|
||||||
"IndianFood"
|
"IndianFood"
|
||||||
]
|
]
|
||||||
articles = []
|
articles = []
|
||||||
cutoff_date = datetime.now(timezone.utc) - timedelta(hours=EXPIRATION_HOURS)
|
cutoff_date = datetime.now(timezone.utc) - timedelta(hours=EXPIRATION_HOURS)
|
||||||
|
|||||||
Reference in New Issue
Block a user