Skip to content

Commit 6b44b2c

Browse files
authored
Use new API endpoint (#8)
Fixes #7 - although, currently, the old API endpoint seems to redirect to the new one on the remote side.
1 parent 85a50d2 commit 6b44b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luftdaten/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from . import exceptions
99

1010
_LOGGER = logging.getLogger(__name__)
11-
_RESOURCE = 'https://api.luftdaten.info/v1'
11+
_RESOURCE = 'https://data.sensor.community/airrohr/v1'
1212

1313

1414
class Luftdaten(object):

0 commit comments

Comments
 (0)