Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artfwo committed Oct 29, 2017
1 parent 0dc54db commit 7b1318a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monome.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ def on_device_removed(self, id, type, port):
pass

async def autoconnect(self, app, grid_port):
transport, grid = await self._loop.create_datagram_endpoint(Grid,
transport, grid = await self.loop.create_datagram_endpoint(Grid,
local_addr=('127.0.0.1', 0), remote_addr=('127.0.0.1', grid_port))

app.attach(grid)
Expand Down

0 comments on commit 7b1318a

Please sign in to comment.