Open drkspace opened 2 years ago
obsws should now be able to be created with a with statement so the user doesn't have to worry about connecting/disconnecting. For example:
with obsws() as ws: ...
obsws should now be able to be created with a with statement so the user doesn't have to worry about connecting/disconnecting. For example: