Skip to content

Commit 7b1318a

Browse files
committed
typo
1 parent 0dc54db commit 7b1318a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monome.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def on_device_removed(self, id, type, port):
613613
pass
614614

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

619619
app.attach(grid)

0 commit comments

Comments
 (0)