@@ -137,6 +137,7 @@ except KeyboardInterrupt:
print("\r ", end="\r")
logging.warn("KeyboardInterrupt! aborting!")
finally:
+ bee_server.shutdown()
sig_exit.send()
log.info("have a good time :)")
pass