fixed imports hopefully

This commit is contained in:
pacnpal
2024-11-17 16:22:22 +00:00
parent 3d4d385559
commit b1e3f0c9d6

View File

@@ -125,8 +125,6 @@ from .database import *
from .utils import * from .utils import *
from .core import * from .core import *
from .config import * from .config import *
from config_manager import *
from update_checker import *
logger = logging.getLogger("VideoArchiver") logger = logging.getLogger("VideoArchiver")