hamsclientfork 0.2.13__tar.gz → 0.2.14__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.13/hamsclientfork.egg-info → hamsclientfork-0.2.14}/PKG-INFO +1 -1
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/hamsclientfork/client.py +2 -1
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14/hamsclientfork.egg-info}/PKG-INFO +1 -1
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/setup.py +1 -1
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/.gitignore +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/LICENSE +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/README.md +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/README.rst +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/hamsclientfork/__init__.py +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/hamsclientfork/__main__.py +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/hamsclientfork/py.typed +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/hamsclientfork.egg-info/SOURCES.txt +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/hamsclientfork.egg-info/dependency_links.txt +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/hamsclientfork.egg-info/requires.txt +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/hamsclientfork.egg-info/top_level.txt +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/setup.cfg +0 -0
- {hamsclientfork-0.2.13 → hamsclientfork-0.2.14}/tox.ini +0 -0
|
@@ -295,7 +295,8 @@ class meteoSwissClient:
|
|
|
295
295
|
stationData = data.loc[data["Station/Location"].str.contains(station)]
|
|
296
296
|
stationData = stationData.to_dict("records")
|
|
297
297
|
condition_list.extend(stationData)
|
|
298
|
-
|
|
298
|
+
if stationData:
|
|
299
|
+
conditions[station] = stationData[0]
|
|
299
300
|
self._condition = condition_list
|
|
300
301
|
self._conditions = conditions
|
|
301
302
|
|
|
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.13 → hamsclientfork-0.2.14}/hamsclientfork.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|