integrated ip handler

This commit is contained in:
ori agranat
2019-08-20 21:48:04 +03:00
parent 116938b7fa
commit eed5dfbe40
3 changed files with 8 additions and 8 deletions

View File

@@ -48,8 +48,8 @@ class ChameleonWebSocket(tornado.websocket.WebSocketHandler):
for key in message_dic:
self.actions.get(key, self.actions["change_pipeline_values"])(message_dic)
print(message)
except:
print("crash " + message)
except Exception as e:
print("crash " + e)
def on_close(self):
self.settings_manager.save_settings()