Removal of history reverse engineering.

This commit is contained in:
Louis Vézina 2019-03-11 23:30:08 -04:00
parent 53c6d9e329
commit 1fcc6323e8
1 changed files with 0 additions and 1 deletions

View File

@ -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')):