Refinements
This commit is contained in:
@@ -105,6 +105,10 @@ python3 epson_print_conf.py -m XP-205 -a 192.168.1.87 -R 173,172
|
||||
|
||||
```python
|
||||
import epson_print_conf
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG, format="%(message)s") # if logging is needed
|
||||
|
||||
printer = epson_print_conf.EpsonPrinter(
|
||||
printer_model="XP-205", hostname="192.168.1.87")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user