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

View file

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