broadfield-dev commited on
Commit
008359d
·
verified ·
1 Parent(s): f5249f8

Update rss_feeds.py

Browse files
Files changed (1) hide show
  1. rss_feeds.py +2 -1
rss_feeds.py CHANGED
@@ -60,7 +60,7 @@ RSS_FEEDS = [
60
  "https://www.hhs.gov/rss/", # U.S. Department of Health & Human Services
61
  "https://www.energy.gov/rss/", # U.S. Department of Energy
62
  "https://www.interior.gov/rss", # U.S. Department of the Interior
63
-
64
  # Weather
65
  "https://www.weather.gov/rss/", # National Weather Service
66
  "https://www.metoffice.gov.uk/weather/warnings-and-advice/uk-warnings/rss", # UK Met Office
@@ -124,4 +124,5 @@ RSS_FEEDS = [
124
  "https://www.livescience.com/feeds/all", # Science
125
  "https://astrostyle.com/feed/", # Astrology
126
  "https://www.vogue.com/feed/rss", # Lifestyle
 
127
  ]
 
60
  "https://www.hhs.gov/rss/", # U.S. Department of Health & Human Services
61
  "https://www.energy.gov/rss/", # U.S. Department of Energy
62
  "https://www.interior.gov/rss", # U.S. Department of the Interior
63
+ '''
64
  # Weather
65
  "https://www.weather.gov/rss/", # National Weather Service
66
  "https://www.metoffice.gov.uk/weather/warnings-and-advice/uk-warnings/rss", # UK Met Office
 
124
  "https://www.livescience.com/feeds/all", # Science
125
  "https://astrostyle.com/feed/", # Astrology
126
  "https://www.vogue.com/feed/rss", # Lifestyle
127
+ '''
128
  ]