mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-13 19:10:50 +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
|
||||
loop = asyncio.new_event_loop()
|
||||
asyncio.set_event_loop(loop)
|
||||
|
||||
logger.debug('Discovering device paths')
|
||||
devices = [evdev.InputDevice(path) for path in evdev.list_devices()]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user