You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2024. It is now read-only.
Thanks for this nice software!
I have trouble understanding the classes & methods in you program:
PrintTextBlock in base_packets.py returns data. But how can I access that data in my main program?
I added this to PrintTextBlock:
and it prints what I want but I'd prefer to do int in my main program similar to printer(lines_of_text)
which works for lines but not for blocks.