hamsclientfork 0.2.15__tar.gz → 0.2.16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hamsclientfork-0.2.15/hamsclientfork.egg-info → hamsclientfork-0.2.16}/PKG-INFO +1 -1
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/hamsclientfork/client.py +1 -2
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16/hamsclientfork.egg-info}/PKG-INFO +1 -1
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/setup.py +1 -1
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/.gitignore +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/LICENSE +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/README.md +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/README.rst +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/hamsclientfork/__init__.py +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/hamsclientfork/__main__.py +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/hamsclientfork/py.typed +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/hamsclientfork.egg-info/SOURCES.txt +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/hamsclientfork.egg-info/dependency_links.txt +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/hamsclientfork.egg-info/requires.txt +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/hamsclientfork.egg-info/top_level.txt +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/setup.cfg +0 -0
- {hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/tox.ini +0 -0
|
@@ -297,8 +297,7 @@ class meteoSwissClient:
|
|
|
297
297
|
condition_list = []
|
|
298
298
|
for station in self._stations:
|
|
299
299
|
_LOGGER.debug("Get current condition for : %s" % station)
|
|
300
|
-
stationData =
|
|
301
|
-
stationData = stationData.to_dict("records")
|
|
300
|
+
stationData = [d for d in data if d["Station/Location"] == station]
|
|
302
301
|
condition_list.extend(stationData)
|
|
303
302
|
if stationData:
|
|
304
303
|
conditions[station] = stationData[0]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hamsclientfork-0.2.15 → hamsclientfork-0.2.16}/hamsclientfork.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|