Fix: add pass to allow debug messages flowing

This commit is contained in:
Carsten Schmiemann 2023-06-12 22:06:41 +02:00
parent 8f1dd94d14
commit f6de481fa1
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ def main():
]
notifier = can.Notifier(bat._ci, listeners)
for msg in bat._ci:
pass
# Shutdown
notifier.stop()