Fix Bloomsky api call (#18016)

pull/18027/head
Daniel Shokouhi 2018-10-30 13:23:44 -07:00 committed by Fabian Affolter
parent eef9246db1
commit 9cb5ea20af
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class BloomSky:
"""Handle all communication with the BloomSky API."""
# API documentation at http://weatherlution.com/bloomsky-api/
API_URL = 'https://api.bloomsky.com/api/skydata'
API_URL = 'http://api.bloomsky.com/api/skydata'
def __init__(self, api_key):
"""Initialize the BookSky."""