From 535291f34cd3ba4c45ca104a4646dc31fc11f7b7 Mon Sep 17 00:00:00 2001 From: Ircama Date: Thu, 8 Aug 2024 02:38:10 +0200 Subject: [PATCH] Revised doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64e28ff..7c7603c 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ Output example: ### Other utilities -``` +```python from epson_print_conf import EpsonPrinter import pprint printer = EpsonPrinter() @@ -340,7 +340,7 @@ for key, value in printer.parm["raw_waste_reset"].items(): Generic query of the status of the printer (regardless of the model): -``` +```python from epson_print_conf import EpsonPrinter import pprint printer = EpsonPrinter(hostname="192.168.1.87")