brother_ql_print fix --list-printers to print all found printers
This commit is contained in:
@@ -59,7 +59,7 @@ def main():
|
|||||||
if args.list_printers:
|
if args.list_printers:
|
||||||
for printer in list_available_devices():
|
for printer in list_available_devices():
|
||||||
print(printer['string_descr'])
|
print(printer['string_descr'])
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
string_descr = None
|
string_descr = None
|
||||||
if not args.device:
|
if not args.device:
|
||||||
|
|||||||
Reference in New Issue
Block a user