Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion app_shell/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down