Skip to content

Commit

Permalink
v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed Oct 24, 2023
1 parent 106925a commit 60dac96
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.22',
version='0.0.23',
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 @@ -186,6 +186,7 @@ def main():
print(f"\nIP detected: {ip} ... using IP root: {ip_root}\n\n ..... now scanning for zebra printers on this network (which may take a few minutes...)")
os.system('sleep 2.2')
import zebra_day.print_mgr as zdpm
os.chdir(os.path.dirname(zdpm.__file__))
zp = zdpm.zpl()
zp.probe_zebra_printers_add_to_printers_json(ip_stub=ip_root)

Expand Down

0 comments on commit 60dac96

Please sign in to comment.