mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 09:12:38 +00:00
Fix for #53
This commit is contained in:
parent
abea0e4d22
commit
5483bc3b10
1 changed files with 3 additions and 2 deletions
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue