diff --git a/micropython/examples/inky_frame/inkylauncher/news_headlines.py b/micropython/examples/inky_frame/inkylauncher/news_headlines.py index f6e01ce0..f92d6e91 100644 --- a/micropython/examples/inky_frame/inkylauncher/news_headlines.py +++ b/micropython/examples/inky_frame/inkylauncher/news_headlines.py @@ -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!