We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing on different systems has shown that this line may need to change:
sockets = [str(path.split()[2]) for path in socket_data]
2 needs to be 3, possibly. Will troubleshoot later.
The text was updated successfully, but these errors were encountered:
Ended up using a regex instead, for better compatibility.
Sorry, something went wrong.
initstring
No branches or pull requests
Testing on different systems has shown that this line may need to change:
2 needs to be 3, possibly. Will troubleshoot later.
The text was updated successfully, but these errors were encountered: