From 5483bc3b1030d22f8d742990c91f7b5e4b109318 Mon Sep 17 00:00:00 2001 From: morpheus65535 <5130500+morpheus65535@users.noreply.github.com> Date: Wed, 11 Apr 2018 08:52:11 -0400 Subject: [PATCH] Fix for #53 --- bazarr.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bazarr.py b/bazarr.py index 2ebd25e2d..a9dc50e3e 100644 --- a/bazarr.py +++ b/bazarr.py @@ -29,6 +29,9 @@ import urllib import math import ast +from init_db import * +from update_db import * + import logging from logging.handlers import TimedRotatingFileHandler @@ -73,8 +76,6 @@ def configure_logging(): configure_logging() -from init_db import * -from update_db import * from update_modules import * from get_languages import *