diff --git a/foodie_automator_reddit.py b/foodie_automator_reddit.py index 13740e4..b9458c6 100644 --- a/foodie_automator_reddit.py +++ b/foodie_automator_reddit.py @@ -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)