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
The pyzor client supports address that have port as string, for example:
>>> str(client.ping(address=("public.pyzor.org", "24441"))) 'Code: 200\nDiag: OK\nPV: 2.1\nThread: 65482\n\n'
But this must match the accounts, for example if the accounts uses integers instead, then the correct account is not used. The Client API should be more malleable with this.
The text was updated successfully, but these errors were encountered:
Refs. #22. Always convert port to integer in ``pyzor.client``.
5272033
alexkiro
Successfully merging a pull request may close this issue.
The pyzor client supports address that have port as string, for example:
But this must match the accounts, for example if the accounts uses integers instead, then the correct account is not used. The Client API should be more malleable with this.
The text was updated successfully, but these errors were encountered: