H3LL0U
Results
2
issues of
H3LL0U
When the devices are disconected on Linux based systems it caused the OSError and made the program crash. Now the AggregatedEventDevice automatically creates a thread which checks if there are...
When the device is unplugged during the execution of the following code: ``` import keyboard if __name__ == "__main__": keyboard.wait('esc') ``` The following error acures which breaks the program: ```...