From fe54c69795b57f021df0a30100b45463ca942fea Mon Sep 17 00:00:00 2001 From: alessandro90 Date: Wed, 1 May 2019 20:06:47 +0200 Subject: [PATCH] Fixes forecast images order --- constants.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/constants.py b/constants.py index 1ef67a6..34a7003 100644 --- a/constants.py +++ b/constants.py @@ -89,11 +89,11 @@ class Constants(object): "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/eskipstatusNA.gif", - "http://amunters.home.xs4all.nl/aurorastatus.gif", - "http://amunters.home.xs4all.nl/eskipstatus.gif", "http://amunters.home.xs4all.nl/eskip50status.gif", - "http://amunters.home.xs4all.nl/eskip70status.gif"] + "http://amunters.home.xs4all.nl/eskip70status.gif", + "http://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" VOLUME_LABEL_IMG = "volume.png" DATA_FOLDER = "Data"