mirror of
https://github.com/planetmint/planetmint.git
synced 2025-07-01 10:22:30 +00:00
removed keyboard termination : exceptoin
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
ed51655317
commit
cea90dffd4
@ -72,6 +72,8 @@ class Exchange:
|
||||
return
|
||||
else:
|
||||
self.dispatch(event)
|
||||
except KeyboardInterrupt:
|
||||
return
|
||||
except Exception as e:
|
||||
logger.debug(f"Exchange Exception: {e}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user