clementinecomputing 5 anni fa
parent
commit
3d8e67a0c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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))