chevron removed
This commit is contained in:
parent
8ee950940e
commit
3c3be6d79c
2 changed files with 11 additions and 4 deletions
|
|
@ -29,9 +29,8 @@ class Passwords:
|
|||
shutil.copyfile(path, lock_path)
|
||||
return Passwords._open_or_create(lock_path, password)
|
||||
|
||||
@property
|
||||
def kp(self) -> PyKeePass:
|
||||
return self._kp
|
||||
def get_values(self, keys: list[str]) -> dict[str, str]:
|
||||
return {}
|
||||
|
||||
def save(self):
|
||||
# nadpisz plik źródłowy zmianami z lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue