beautiful newline

This commit is contained in:
sezanzeb 2020-11-22 21:56:25 +01:00
parent ec56c03ad1
commit b0360980ed

View File

@ -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()]