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
While adding pylint to the CI, I notices that encodestring() is used.
check_http_json.py:589:24: W1505: Using deprecated method encodestring() (deprecated-method)
The text was updated successfully, but these errors were encountered:
The current code doesn't work as is in Python3 at all.
Sorry, something went wrong.
Replace deprecated encodestring
dd952fd
- Fixes #56
Fixed in 2.0
https://github.com/drewkerrigan/nagios-http-json/tree/v2.0
martialblog
No branches or pull requests
While adding pylint to the CI, I notices that encodestring() is used.
check_http_json.py:589:24: W1505: Using deprecated method encodestring() (deprecated-method)
The text was updated successfully, but these errors were encountered: