From dbae83eb892d3c16977437be85e7df6df2d3fe33 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 29 Jul 2019 20:47:43 +0200 Subject: [PATCH] Changed few URL protocol to the 'over SSL' version (cherry picked from commit 7db82fd09efc6f66365057777c0f10e7a51cdcc2) --- src/constants.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/constants.py b/src/constants.py index b73a35c..dbe2c34 100644 --- a/src/constants.py +++ b/src/constants.py @@ -123,13 +123,13 @@ class Constants: SPACE_WEATHER_SGAS = "https://services.swpc.noaa.gov/text/sgas.txt" SPACE_WEATHER_GEO_STORM = "https://services.swpc.noaa.gov/text/3-day-forecast.txt" SPACE_WEATHER_INFO = "https://www.swpc.noaa.gov/sites/default/files/images/NOAAscales.pdf" - SPACE_WEATHER_IMGS = ["http://www.mmmonvhf.de/eme/eme.png", - "http://www.mmmonvhf.de/ms/ms.png", - "http://www.mmmonvhf.de/es/es.png", - "http://www.mmmonvhf.de/solar/solar.png", - "http://amunters.home.xs4all.nl/eskip50status.gif", - "http://amunters.home.xs4all.nl/eskip70status.gif", - "http://amunters.home.xs4all.nl/eskipstatus.gif", + SPACE_WEATHER_IMGS = ["https://www.mmmonvhf.de/eme/eme.png", + "https://www.mmmonvhf.de/ms/ms.png", + "https://www.mmmonvhf.de/es/es.png", + "https://www.mmmonvhf.de/solar/solar.png", + "https://amunters.home.xs4all.nl/eskip50status.gif", + "https://amunters.home.xs4all.nl/eskip70status.gif", + "https://amunters.home.xs4all.nl/eskipstatus.gif", "https://amunters.home.xs4all.nl/eskipstatusNA.gif", "https://amunters.home.xs4all.nl/aurorastatus.gif"] SEARCH_LABEL_IMG = "search_icon.png"