aboutsummaryrefslogtreecommitdiff
path: root/code/utils/jellyfin_create.py
diff options
context:
space:
mode:
Diffstat (limited to 'code/utils/jellyfin_create.py')
-rw-r--r--code/utils/jellyfin_create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/utils/jellyfin_create.py b/code/utils/jellyfin_create.py
index 08c5230..e860c2b 100644
--- a/code/utils/jellyfin_create.py
+++ b/code/utils/jellyfin_create.py
@@ -67,7 +67,7 @@ def create_jellyfin_account(user_id):
return False
# Add the information to the database
- db = sqlite3.connect("cordarr.db")
+ db = sqlite3.connect("data/cordarr.db")
cursor = db.cursor()
cursor.execute(
"INSERT INTO jellyfin_accounts (user_id, jellyfin_user_id,"