Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
* Fix minor bug in CLI
  • Loading branch information
G-Two committed Jan 29, 2022
1 parent 9b5c201 commit 47b7566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subarulink/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
For more details about this api, please refer to the documentation at
https://github.com/G-Two/subarulink
"""
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion subarulink/app/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ async def _remote_start(self, args):
preset = _select_from_list("Select preset: ", preset_list)
self.config[CONFIG_CLIMATE_PRESET] = preset
self._save_config()
print(f"Saved '{self.config['climate']}' as remote start default")
print(f"Saved '{self.config[CONFIG_CLIMATE_PRESET]}' as remote start default")

else:
print("remote_start: invalid arg: %s" % args[0])
Expand Down

0 comments on commit 47b7566

Please sign in to comment.