Fixed silly typo...

pull/1165/head
penrods 2017-10-16 18:15:58 -05:00 committed by Matthew D. Scholefield
parent 47e2df1722
commit e1b4ad0400
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class Enclosure(object):
def __init__(self):
self.ws = WebsocketClient()
self.ws.open("open", self.on_ws_open)
self.ws.on("open", self.on_ws_open)
ConfigurationManager.init(self.ws)
self.config = ConfigurationManager.instance().get("enclosure")