diff --git a/print_server.py b/print_server.py index cc965e5..5dc7179 100644 --- a/print_server.py +++ b/print_server.py @@ -115,6 +115,8 @@ def run_tui(): if copies > 1: print(f" Printing copy {i + 1}...") job.run(p) + + time.sleep(0.5) # If using Dummy, print the output to console to verify if isinstance(p, Dummy):