79200399

Date: 2024-11-18 14:57:44
Score: 1.5
Natty:
Report link

For your list_keyboard_devices you will need to change devices = wmi.InstancesOf("Win32_Keyboards") to devices = wmi.InstancesOf("Win32_Keyboard"). Note that you have use signular form Win32_Keyboard. This should give you a list of keyboards.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: svanimisetti