Skip to content

Commit 5b2e020

Browse files
committed
Fixed issue with ubuntu
See anki#215
1 parent 81b016b commit 5b2e020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cozmo/event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ async def wait_for(self, event_or_filter, timeout=30):
485485

486486
self.add_event_handler(event, f)
487487
if timeout:
488-
return await asyncio.wait_for(f, timeout, loop=self._loop)
488+
return await asyncio.wait_for(f, timeout)
489489
return await f
490490

491491

0 commit comments

Comments
 (0)