Only update speca weather if it not already updating. Also remove QPixmaps if already displayed

This commit is contained in:
alessandro90
2019-04-07 13:12:13 +02:00
parent 3d4961825d
commit 3742e5372e
3 changed files with 19 additions and 5 deletions

View File

@@ -104,9 +104,9 @@ class Constants(object):
FORECAST_IMG_3 = "http://www.mmmonvhf.de/solar/solar.png"
FORECAST_IMG_4 = "http://amunters.home.xs4all.nl/eskipstatusNA.gif"
FORECAST_IMG_5 = "http://amunters.home.xs4all.nl/aurorastatus.gif"
FORECAST_IMG_6 = "http://amunters.home.xs4all.nl/eskip50status.gif"
FORECAST_IMG_7 = "http://amunters.home.xs4all.nl/eskip70status.gif"
FORECAST_IMG_8 = "http://amunters.home.xs4all.nl/eskipstatus.gif"
FORECAST_IMG_6 = "http://amunters.home.xs4all.nl/eskipstatus.gif"
FORECAST_IMG_7 = "http://amunters.home.xs4all.nl/eskip50status.gif"
FORECAST_IMG_8 = "http://amunters.home.xs4all.nl/eskip70status.gif"
SEARCH_LABEL_IMG = "search_icon.png"
VOLUME_LABEL_IMG = "volume.png"
DATA_FOLDER = "Data"