Updated commented out url protocols as well

This commit is contained in:
Erin Sparling 2023-12-29 13:26:33 -05:00
parent c001f9bb59
commit fc3f8e5654
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import gc
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 = "https://feeds.bbci.co.uk/news/rss.xml"
# URL = "https://feeds.bbci.co.uk/news/world/rss.xml"
URL = "https://feeds.bbci.co.uk/news/technology/rss.xml"
# Length of time between updates in minutes.