Fix Bloomsky api call (#18016)
This commit is contained in:
parent
eef9246db1
commit
9cb5ea20af
1 changed files with 1 additions and 1 deletions
|
@ -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."""
|
||||||
|
|
Loading…
Add table
Reference in a new issue