diff --git a/README.md b/README.md index 90d98db..e479f7a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DWService - Agent This is [DWService](https://www.dwservice.net) agent for operative systems Linux, Mac and Windows. -The code is written in python2 and several libraries are written c++. +The code is written in Python 3 and maintains a compatibility layer for Python 2; several libraries are written in C++. ## Start the agent diff --git a/app_shell/shell.py b/app_shell/shell.py index b16909e..b78b857 100644 --- a/app_shell/shell.py +++ b/app_shell/shell.py @@ -574,7 +574,7 @@ def _check_login_mac(self,u,p): return False - ##### TO REMOVE 20/08/2022 (moved into native); 15/03/2023 TODO FORM MAC AS WELL + # Fallback when the native implementation does not provide get_utf8_lang. def _getutf8lang(self): altret=None try: