From 83b872fdb2464f806662ffcac23fb84f1ef34fe6 Mon Sep 17 00:00:00 2001 From: John Major Date: Tue, 24 Oct 2023 16:23:02 -0700 Subject: [PATCH] X --- setup.py | 2 +- zebra_day/print_mgr.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42a4e09..4036d08 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='zebra_day', - version='0.0.23', + version='0.0.24', description='A Python library to manage a zebra printer fleet and an api for ZPL print requests.', author='John Major', author_email='john@daylilyinformatics.com', diff --git a/zebra_day/print_mgr.py b/zebra_day/print_mgr.py index 73c2b4c..ad55dd2 100644 --- a/zebra_day/print_mgr.py +++ b/zebra_day/print_mgr.py @@ -187,6 +187,7 @@ def main(): os.system('sleep 2.2') import zebra_day.print_mgr as zdpm os.chdir(os.path.dirname(zdpm.__file__)) + os.chdir('..') zp = zdpm.zpl() zp.probe_zebra_printers_add_to_printers_json(ip_stub=ip_root)