Skip to content

Commit

Permalink
update execute.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Feb 27, 2024
1 parent ed1d291 commit 0fd843a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ async def main() -> None:
response = await ipp.execute(
IppOperation.GET_PRINTER_ATTRIBUTES,
{
"version": (2, 0), # try (1, 1) for older devices
"operation-attributes-tag": {
"requested-attributes": [
"printer-device-id",
Expand Down

0 comments on commit 0fd843a

Please sign in to comment.