removed keyboard termination : exceptoin

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel
2023-03-31 14:29:03 +02:00
parent ed51655317
commit cea90dffd4

View File

@@ -72,6 +72,8 @@ class Exchange:
return
else:
self.dispatch(event)
except KeyboardInterrupt:
return
except Exception as e:
logger.debug(f"Exchange Exception: {e}")