typo
This commit is contained in:
parent
972f6e57dd
commit
18621170a3
|
|
@ -92,7 +92,7 @@ class GrungDB(TinyDB):
|
|||
_tables = {}
|
||||
|
||||
def __init__(self, path: Path, *args, **kwargs):
|
||||
self.path = path
|
||||
self.path = path.parent
|
||||
if kwargs.get("storage") != MemoryStorage:
|
||||
args = (path,) + args
|
||||
super().__init__(*args, **kwargs)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user