Swapped protocol for https so redirect handling isn't necessary

This commit is contained in:
Erin Sparling 2023-12-29 13:24:08 -05:00
parent 59fa0a1ff8
commit c001f9bb59
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import qrcode
# Uncomment one URL to use (Top Stories, World News and technology)
# URL = "http://feeds.bbci.co.uk/news/rss.xml"
# URL = "http://feeds.bbci.co.uk/news/world/rss.xml"
URL = "http://feeds.bbci.co.uk/news/technology/rss.xml"
URL = "https://feeds.bbci.co.uk/news/technology/rss.xml"
# Length of time between updates in minutes.
# Frequent updates will reduce battery life!