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
Minor issue here, we are using the variable socket all over the place, but in that place below, it's called sockobj except for a debug message...
socket
sockobj
"affix_wrapper_lib.r2py", line 263, in tcpserversocket_getconnection Exception (with type 'exceptions.NameError'): global name 'socket' is not defined
Refactoring to use socket, fix will be ready in an instant.
The text was updated successfully, but these errors were encountered:
aaaaalbert
No branches or pull requests
Minor issue here, we are using the variable
socket
all over the place, but in that place below, it's calledsockobj
except for a debug message...Refactoring to use
socket
, fix will be ready in an instant.The text was updated successfully, but these errors were encountered: