Code cleanups, fixes to systemd files, url corrections.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from pyudev import Context
|
||||
context = Context()
|
||||
for device in context.list_devices(subsystem='input'):
|
||||
'{0} - {1}'.format(device.sys_name, device.device_type)
|
||||
print('{0} - {1}'.format(device.sys_name, device.device_type))
|
||||
|
||||
Reference in New Issue
Block a user