mirror of
https://github.com/python-escpos/python-escpos
synced 2025-07-15 08:43:30 +00:00
fix typo in lp connector
This commit is contained in:
parent
3177c8d411
commit
373e802d04
@ -19,7 +19,7 @@ from ..escpos import Escpos
|
|||||||
def is_usable() -> bool:
|
def is_usable() -> bool:
|
||||||
"""Indicate whether this component can be used due to dependencies."""
|
"""Indicate whether this component can be used due to dependencies."""
|
||||||
usable = False
|
usable = False
|
||||||
if sys.platform.startswith("win"):
|
if not sys.platform.startswith("win"):
|
||||||
usable = True
|
usable = True
|
||||||
return usable
|
return usable
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user