diff --git a/plugins/lookup/keepass.py b/plugins/lookup/keepass.py index 6ce4d43..4496e5a 100644 --- a/plugins/lookup/keepass.py +++ b/plugins/lookup/keepass.py @@ -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,