forked from Rockachopa/Timmy-time-dashboard
Add pre-commit hook enforcing 30s test suite time limit (#132)
This commit is contained in:
committed by
GitHub
parent
aff3edb06a
commit
2b97da9e9c
@@ -65,7 +65,7 @@ class UnifiedMemory:
|
||||
def __init__(
|
||||
self,
|
||||
db_path: Optional[Path] = None,
|
||||
source: str = "timmy",
|
||||
source: str = "default",
|
||||
use_rqlite: Optional[bool] = None,
|
||||
):
|
||||
self.db_path = db_path or _get_db_path()
|
||||
|
||||
Reference in New Issue
Block a user