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
Hi,
I'm currently developing a pycups extension to easily subscribe to RRS notification: https://github.com/anxuae/pycups-notify .
pycups
Is there any way to get CUPS server address and port as defined in the Connection object?
Connection
For instance:
conn = cups.Connection('198.2.10.34', 9988) conn.getServer() conn.getPort()
Currently, I can only get the default server address and port (using cups.getServer() and cups.getPort())
cups.getServer()
cups.getPort()
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm currently developing a
pycups
extension to easily subscribe to RRS notification: https://github.com/anxuae/pycups-notify .Is there any way to get CUPS server address and port as defined in the
Connection
object?For instance:
Currently, I can only get the default server address and port (using
cups.getServer()
andcups.getPort()
)Thanks
The text was updated successfully, but these errors were encountered: