This commit is contained in:
thsrite
2024-02-22 15:32:56 +08:00
parent 32ba86e1bd
commit 46a1f3ba56

View File

@@ -42,7 +42,7 @@ class LinkToSrc(_PluginBase):
self.__update_config()
def _task(self):
db_path = Settings.CONFIG_PATH / "user.db"
db_path = Settings.CONFIG_PATH / 'user.db'
try:
gradedb = sqlite3.connect(db_path)
except Exception as e: