Skip to content

Commit

Permalink
Store the vidhub instance to the interface dict
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Jan 27, 2017
1 parent 3d596a8 commit e2023a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vidhubcontrol/interfaces/osc/interface.py
Expand Up @@ -64,6 +64,7 @@ async def add_vidhub(self, vidhub):
node = VidhubNode(vidhub, use_device_id=False)
self.root_node.find('vidhubs/by-name').add_child('', node)
node.osc_dispatcher = self.osc_dispatcher
self.vidhubs[vidhub.device_id] = vidhub
async def start(self):
if self.server is not None:
await self.server.stop()
Expand Down

0 comments on commit e2023a1

Please sign in to comment.