Add auto-lock feature and 'report a bug'
This commit is contained in:
parent
c4091d4cee
commit
ef50c8911e
6 changed files with 247 additions and 45 deletions
|
|
@ -17,6 +17,7 @@ Entry = Tuple[str, str]
|
|||
class DBConfig:
|
||||
path: Path
|
||||
key: str
|
||||
idle_minutes: int = 15 # 0 = never lock
|
||||
|
||||
|
||||
class DBManager:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue