pyPS4Controller icon indicating copy to clipboard operation
pyPS4Controller copied to clipboard

import sys.exit to allow exception-free exiting

Open foobarbecue opened this issue 2 years ago • 0 comments

There's an import of sys.exit in cli.py but for people using pyPS4Controller as a library it should be imported here too, otherwise the Controller causes exceptions when disconnecting.

foobarbecue avatar May 21 '22 21:05 foobarbecue