Always use the data logger

This commit is contained in:
Oliver Hartmann 2021-03-20 14:57:40 +01:00
parent 990b001730
commit a321824fda

View File

@ -1,10 +1,7 @@
import time import time
import logging
from .data import Message from .data import Message
from . import gui from . import gui
from .data import log
log = logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG)
def read_log(logfile: str, app: gui.Gui) -> None: def read_log(logfile: str, app: gui.Gui) -> None: