mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-23 22:35:33 +08:00
Removal of history reverse engineering.
This commit is contained in:
parent
53c6d9e329
commit
1fcc6323e8
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ import sqlite3
|
|||
from get_args import args
|
||||
from scheduler import execute_now
|
||||
from config import settings
|
||||
from helper import upgrade_history, upgrade_history_movies
|
||||
|
||||
# Check if database exist
|
||||
if os.path.exists(os.path.join(args.config_dir, 'db', 'bazarr.db')):
|
||||
|
|
Loading…
Reference in a new issue