Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed Oct 24, 2023
1 parent 60dac96 commit 83b872f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down
1 change: 1 addition & 0 deletions zebra_day/print_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 83b872f

Please sign in to comment.