mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-06-28 09:24:56 -04:00
Put log and db in data folder
This commit is contained in:
parent
dcaa2ce0c8
commit
7d471ef0f2
13 changed files with 33 additions and 33 deletions
2
utils.py
2
utils.py
|
@ -3,7 +3,7 @@ import time
|
|||
|
||||
def history_log(action, sonarrSeriesId, sonarrEpisodeId, description):
|
||||
# Open database connection
|
||||
db = sqlite3.connect('bazarr.db')
|
||||
db = sqlite3.connect('data/db/bazarr.db')
|
||||
c = db.cursor()
|
||||
|
||||
# Get Sonarr API URL from database config table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue