diff --git a/brother_ql/brother_ql_print.py b/brother_ql/brother_ql_print.py index 62f1570..301e12a 100755 --- a/brother_ql/brother_ql_print.py +++ b/brother_ql/brother_ql_print.py @@ -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: