Kaynağa Gözat

missing end paren

clementinecomputing 5 yıl önce
ebeveyn
işleme
3d8e67a0c8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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))