added localization fixed updater

This commit is contained in:
Johannes Braun
2022-03-25 14:06:40 +01:00
parent 32b84bba9f
commit 36459145e4
8 changed files with 132 additions and 48 deletions

View File

@@ -1,8 +1,5 @@
import logging
from luibackend.exceptions import LuiBackendConfigIncomplete
from luibackend.exceptions import LuiBackendConfigError
LOGGER = logging.getLogger(__name__)