beautiful newline

xkb
sezanzeb 4 years ago committed by sezanzeb
parent a9b30ff33a
commit f29abc8660

@ -58,6 +58,7 @@ class _GetDevices(threading.Thread):
# evdev needs asyncio to work # evdev needs asyncio to work
loop = asyncio.new_event_loop() loop = asyncio.new_event_loop()
asyncio.set_event_loop(loop) asyncio.set_event_loop(loop)
logger.debug('Discovering device paths') logger.debug('Discovering device paths')
devices = [evdev.InputDevice(path) for path in evdev.list_devices()] devices = [evdev.InputDevice(path) for path in evdev.list_devices()]

Loading…
Cancel
Save