This commit is contained in:
Nexus 2023-03-20 18:00:46 +00:00
parent f207319944
commit dcbf7f895e
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -37,7 +37,7 @@ __all__ = [
T = TypeVar("T")
T_co = TypeVar("T_co", covariant=True)
_pth = "/main.db"
_pth = "main.db"
if Path("/data").exists():
_pth = "/data/main.db"
try: