mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-04 23:16:50 +00:00
fix bug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user