From aabe7594415234b145160d26acc6ef8eb5a891ad Mon Sep 17 00:00:00 2001 From: sophon Date: Thu, 1 Jan 2026 20:53:52 +0800 Subject: [PATCH] modify scripts --- src/tools/sync_db.py | 2 +- src/tools/sync_filename.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/sync_db.py b/src/tools/sync_db.py index 15dfaad..1f87146 100644 --- a/src/tools/sync_db.py +++ b/src/tools/sync_db.py @@ -335,7 +335,7 @@ sqlite_config = { }, 'nas': { 'shared_db_path': "/root/sharedata/sqlite/shared.db", - 'whisparr_db_path': "/root/sharedata/sqlite/whisper_db/whisparr2.db", + 'whisparr_db_path': "/root/sharedata/sqlite/whisparr2/whisparr2.db", 'stash_db_path': "/root/sharedata/sqlite/stash_db/stash-go.sqlite" } } diff --git a/src/tools/sync_filename.py b/src/tools/sync_filename.py index ee8a52b..802828f 100644 --- a/src/tools/sync_filename.py +++ b/src/tools/sync_filename.py @@ -159,7 +159,7 @@ sqlite_config = { }, 'nas': { 'shared_db_path': "/root/sharedata/sqlite/shared.db", - 'whisparr_db_path': "/root/sharedata/sqlite/whisper_db/whisparr2.db", + 'whisparr_db_path': "/root/sharedata/sqlite/whisparr2/whisparr2.db", 'stash_db_path': "/root/sharedata/sqlite/stash_db/stash-go.sqlite" } }