mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
beautiful newline
This commit is contained in:
parent
ec56c03ad1
commit
b0360980ed
@ -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