Skip to content

Commit ae9b830

Browse files
committed
Fix BundleId being empty
1 parent 0c6dca4 commit ae9b830

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='wolf_comm',
8-
version='0.0.22',
8+
version='0.0.23',
99
author="Jan Rothkegel",
1010
author_email="jan.rothkegel@web.de",
1111
description="A package to communicate with Wolf SmartSet Cloud",

wolf_comm/wolf_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ def _map_parameter(parameter: dict, parent: str) -> Parameter:
301301
name = group + parameter[NAME]
302302
parameter_id = parameter[PARAMETER_ID]
303303

304+
bundle_id = ""
304305
if BUNDLE_ID in parameter:
305306
bundle_id = parameter[BUNDLE_ID]
306307

0 commit comments

Comments
 (0)