brother_ql_print fix --list-printers to print all found printers

This commit is contained in:
Philipp Klaus
2017-09-19 21:57:59 +02:00
parent 5b3d70842e
commit fae49bc1dc
+1 -1
View File
@@ -59,7 +59,7 @@ def main():
if args.list_printers:
for printer in list_available_devices():
print(printer['string_descr'])
sys.exit(0)
sys.exit(0)
string_descr = None
if not args.device: