diff --git a/planetmint/ipc/exchange.py b/planetmint/ipc/exchange.py index 4f17543..c621cd9 100644 --- a/planetmint/ipc/exchange.py +++ b/planetmint/ipc/exchange.py @@ -72,6 +72,8 @@ class Exchange: return else: self.dispatch(event) + except KeyboardInterrupt: + return except Exception as e: logger.debug(f"Exchange Exception: {e}")