mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-19 14:48:42 +00:00
removed keyboard termination : exceptoin
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
@@ -72,6 +72,8 @@ class Exchange:
|
||||
return
|
||||
else:
|
||||
self.dispatch(event)
|
||||
except KeyboardInterrupt:
|
||||
return
|
||||
except Exception as e:
|
||||
logger.debug(f"Exchange Exception: {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user