Skip to content

Commit 66985f0

Browse files
committed
as_i2c_i.py Add optional coro args.
1 parent 7161dad commit 66985f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i2c/asi2c_i.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def _run(self):
8181
await self._sync()
8282
await asyncio.sleep(1) # Ensure Responder is ready
8383
if self.cr_go:
84-
self.loop.create_task(self.cr_go(*self.go_args)
84+
self.loop.create_task(self.cr_go(*self.go_args))
8585
while True:
8686
gc.collect()
8787
try:

0 commit comments

Comments
 (0)