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
|
return
|
||||||
else:
|
else:
|
||||||
self.dispatch(event)
|
self.dispatch(event)
|
||||||
|
except KeyboardInterrupt:
|
||||||
|
return
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.debug(f"Exchange Exception: {e}")
|
logger.debug(f"Exchange Exception: {e}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user