Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lopter committed Feb 26, 2022
1 parent fc073f3 commit cfa70d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions monome.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ async def connect(self, host, port, loop=None):
loop = asyncio.get_event_loop()

transport, protocol = await loop.create_datagram_endpoint(lambda: self,
local_addr=('127.0.0.1', 0),
remote_addr=(host, port))

def disconnect(self):
Expand Down Expand Up @@ -245,7 +244,6 @@ async def connect(self, loop=None):
loop = asyncio.get_event_loop()

transport, protocol = await loop.create_datagram_endpoint(lambda: self,
local_addr=('127.0.0.1', 0),
remote_addr=('127.0.0.1', 12002))

def _on_serialosc_device(self, addr, path, id, type, port):
Expand Down

0 comments on commit cfa70d1

Please sign in to comment.