From c001f9bb59ee13522d1008d9d616b940afbc4408 Mon Sep 17 00:00:00 2001 From: Erin Sparling Date: Fri, 29 Dec 2023 13:24:08 -0500 Subject: [PATCH] Swapped protocol for https so redirect handling isn't necessary --- micropython/examples/inky_frame/inkylauncher/news_headlines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!