Fixed invalid logger_app.logger call to configure()

This commit is contained in:
Anubis 2020-02-01 21:00:08 +01:00
parent 3350fc2aa0
commit f7f0963ff3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ SETUP_CAN_FILE = "setup_can.sh"
def main():
logger_app.logger.configure()
logger_app.configure()
logger_app.logger.info("Starting ECU-Simulator")
set_up_can_interface()
star_can_logger_thread()