Skip to content

Commit 553c774

Browse files
committed
Correction in client_dev_id
1 parent e9c015f commit 553c774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LiveObjects/hal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def get_client_id(self):
2929
pass
3030

3131
def get_lang_str(self):
32-
lang_dict = {BoardsInterface.PYTHON: 'Python',
33-
BoardsInterface.MICROPYTHON: 'microPython'}
32+
lang_dict = {BoardsInterface.PYTHON: 'urn:lo:nsid:Python',
33+
BoardsInterface.MICROPYTHON: 'urn:lo:nsid:microPython'}
3434
return lang_dict[self._lang_id]
3535

3636
def get_lang_id(self):

0 commit comments

Comments
 (0)