Skip to content

Commit

Permalink
Merge pull request #5 from tomekmalek/master
Browse files Browse the repository at this point in the history
Correction in client_dev_id
  • Loading branch information
tomekmalek authored May 5, 2022
2 parents e9c015f + 1c95ffe commit ddd3a43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LiveObjects/hal.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def get_client_id(self):
pass

def get_lang_str(self):
lang_dict = {BoardsInterface.PYTHON: 'Python',
BoardsInterface.MICROPYTHON: 'microPython'}
lang_dict = {BoardsInterface.PYTHON: 'urn:lo:nsid:Python',
BoardsInterface.MICROPYTHON: 'urn:lo:nsid:microPython'}
return lang_dict[self._lang_id]

def get_lang_id(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
include_package_data=True,
install_requires=['paho-mqtt'],

version='2.0.1',
version='2.0.2',
license='MIT',


Expand Down

0 comments on commit ddd3a43

Please sign in to comment.