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
rfkill_unblock misses a conversion to str type returned from rfkill_event (returns struct.pack()) which is bytes in python3.
Recommend implementing the check in rfkill_block rather than write to file using 'wb' flags.
The text was updated successfully, but these errors were encountered:
Maybe fixes wraith-wireless#36 by doing byte/string conversion
c7c7487
Fix for wraith-wireless#36
4f71d87
The .unblock() function fails under py3. The solution has been implemented for .block()
No branches or pull requests
rfkill_unblock misses a conversion to str type returned from rfkill_event (returns struct.pack()) which is bytes in python3.
Recommend implementing the check in rfkill_block rather than write to file using 'wb' flags.
The text was updated successfully, but these errors were encountered: