File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ def modulesNamesList(self, station=None):
464
464
for m in self .default_station_data ['modules' ]:
465
465
self .modules [ m ['_id' ] ] = m
466
466
res = [m ['module_name' ] for m in self .modules .values ()]
467
- res .append (station ['module_name' ])
467
+ res .append (s ['module_name' ])
468
468
return res
469
469
470
470
# Both functions (byName and byStation) are here for historical reason,
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'lnetatmo' ,
7
- version = '4.1.1 ' ,
7
+ version = '4.1.2 ' ,
8
8
classifiers = [
9
9
'Development Status :: 5 - Production/Stable' ,
10
10
'Intended Audience :: Developers' ,
17
17
scripts = [],
18
18
data_files = [],
19
19
url = 'https://github.com/philippelt/netatmo-api-python' ,
20
- download_url = 'https://github.com/philippelt/netatmo-api-python/archive/v4.1.1 .tar.gz' ,
20
+ download_url = 'https://github.com/philippelt/netatmo-api-python/archive/v4.1.2 .tar.gz' ,
21
21
license = 'GPL V3' ,
22
22
description = 'Simple API to access Netatmo weather station data from any python script.'
23
23
)
You can’t perform that action at this time.
0 commit comments