mirror of
https://github.com/Ircama/epson_print_conf.git
synced 2025-06-01 07:38:31 -04:00
Revise cartridge info
This commit is contained in:
parent
f4407161a7
commit
d7d0ca9bdb
2 changed files with 5 additions and 5 deletions
|
@ -1365,7 +1365,7 @@ class EpsonPrinter:
|
|||
1900 if int(i['PDY'], 16) > 80 else 2000),
|
||||
"production_month": int(i['PDM'], 16),
|
||||
# items which can be excluded
|
||||
"id": i.get('SID'),
|
||||
"data": i.get('SID'),
|
||||
"manufacturer": i.get('LOG'),
|
||||
}.items()
|
||||
if v # exclude items without value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue