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.