Fix Bloomsky api call (#18016)

This commit is contained in:
Daniel Shokouhi 2018-10-30 13:23:44 -07:00 committed by Fabian Affolter
parent eef9246db1
commit 9cb5ea20af

View file

@ -54,7 +54,7 @@ class BloomSky:
"""Handle all communication with the BloomSky API.""" """Handle all communication with the BloomSky API."""
# API documentation at http://weatherlution.com/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): def __init__(self, api_key):
"""Initialize the BookSky.""" """Initialize the BookSky."""