From fc3f8e56548800f81c2fb69697cc8b187ef510de Mon Sep 17 00:00:00 2001 From: Erin Sparling Date: Fri, 29 Dec 2023 13:26:33 -0500 Subject: [PATCH] Updated commented out url protocols as well --- .../examples/inky_frame/inkylauncher/news_headlines.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/micropython/examples/inky_frame/inkylauncher/news_headlines.py b/micropython/examples/inky_frame/inkylauncher/news_headlines.py index f92d6e91..a6681e79 100644 --- a/micropython/examples/inky_frame/inkylauncher/news_headlines.py +++ b/micropython/examples/inky_frame/inkylauncher/news_headlines.py @@ -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.