From dcbf7f895ebe476fefa1ccc04139f00101488192 Mon Sep 17 00:00:00 2001 From: nex Date: Mon, 20 Mar 2023 18:00:46 +0000 Subject: [PATCH] fix db --- utils/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/db.py b/utils/db.py index 49a0ceb..3012811 100644 --- a/utils/db.py +++ b/utils/db.py @@ -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: