Merge branch 'tabacha-fix_path_to_python' into develop

This commit is contained in:
Victor Zemtsov 2023-01-10 07:58:56 +03:00
commit 9bcd8ce6a7
1 changed files with 1 additions and 2 deletions

View File

@ -93,8 +93,7 @@ class LookupModule(LookupBase):
os.open(lock_file_, os.O_RDWR)
except FileNotFoundError:
cmd = [
"/usr/bin/env",
"python3",
sys.executable,
os.path.abspath(__file__),
var_dbx,
socket_path,