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
Is it intended that function getLogins always prints the result of the request in line 52 of protocol.py ?
output = requestor(key, input_data, id_, iv=iv) print output
If yes, wouldn't it be better to have it being configurable with a parameter ?
The text was updated successfully, but these errors were encountered:
jobevers#2: Adds conditional printing in method getLogins
39712a8
Merge pull request #5 from romankh/2-print-getLogin
319501a
#2: Adds conditional printing in method getLogins
No branches or pull requests
Is it intended that function getLogins always prints the result of the request in line 52 of protocol.py ?
If yes, wouldn't it be better to have it being configurable with a parameter ?
The text was updated successfully, but these errors were encountered: