1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-25 09:12:38 +00:00
This commit is contained in:
morpheus65535 2018-04-11 08:52:11 -04:00
parent abea0e4d22
commit 5483bc3b10

View file

@ -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 *