Compare commits
2 Commits
c1761977cd
...
065038b1c4
| Author | SHA1 | Date | |
|---|---|---|---|
| 065038b1c4 | |||
| 2c054aa8db |
@ -179,9 +179,6 @@ class ChatDB(Chat):
|
||||
def __post_init__(self) -> None:
|
||||
# contains the latest message ID
|
||||
self.next_fname = self.db_path / '.next'
|
||||
# make all paths absolute
|
||||
self.cache_path = self.cache_path.absolute()
|
||||
self.db_path = self.db_path.absolute()
|
||||
|
||||
@classmethod
|
||||
def from_dir(cls: Type[ChatDBInst],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user