mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-18 03:25:52 +00:00
beautiful newline
This commit is contained in:
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…
Reference in New Issue
Block a user