shutdown services properly

This commit is contained in:
Jakob Ketterl
2019-10-27 12:16:17 +01:00
parent 13f27a76ff
commit a24cb3e04a
2 changed files with 9 additions and 1 deletions

View File

@ -60,3 +60,4 @@ if __name__ == "__main__":
main()
except KeyboardInterrupt:
WebSocketConnection.closeAll()
Services.stop()