Instance created within mem; Now semi-operational

This commit is contained in:
James Barnsley
2019-12-27 13:34:54 +13:00
parent fa1338c8e6
commit d5028cef21
5 changed files with 16 additions and 17 deletions

View File

@ -26,10 +26,6 @@ class WebsocketHandler(tornado.websocket.WebSocketHandler):
if (ip == '127.0.0.1' and hasattr(self.request.headers,'X-Forwarded-For')):
ip = self.request.headers['X-Forwarded-For']
print("---------------------")
print("WebsocketHandler.open")
print(iris)
# Construct our initial client object, and add to our list of connections
client = {
'connection_id': iris.generateGuid(),