소스 검색

missing end paren

clementinecomputing 5 년 전
부모
커밋
3d8e67a0c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      experiment/production/PIU-Notes.md

+ 1 - 1
experiment/production/PIU-Notes.md

@@ -166,7 +166,7 @@ dev.grab()
 
 async def print_events(device):
   async for event in device.async_read_loop():
-    print(device.path, evdev.categorize(event, sep=': ')
+    print(device.path, evdev.categorize(event, sep=': '))
 
 for device in dev:
   asyncio.ensure_future(print_events(dev))