pull/56/merge
morpheus65535 7 years ago
parent abea0e4d22
commit 5483bc3b10

@ -29,6 +29,9 @@ import urllib
import math import math
import ast import ast
from init_db import *
from update_db import *
import logging import logging
from logging.handlers import TimedRotatingFileHandler from logging.handlers import TimedRotatingFileHandler
@ -73,8 +76,6 @@ def configure_logging():
configure_logging() configure_logging()
from init_db import *
from update_db import *
from update_modules import * from update_modules import *
from get_languages import * from get_languages import *

Loading…
Cancel
Save