resolving error: var not defined

This commit is contained in:
manetta 2021-03-13 21:23:24 +01:00
parent e7adf397e7
commit b047a4a5ec

View File

@ -113,5 +113,5 @@ def print_now(output, lp=None, type=None):
lp.image(output)
lp.cut()
else:
sys.stderr.write('Printing output to the terminal:\n\n'+txt+'\n\n')
sys.stderr.write('Printing output to the terminal:\n\n'+output+'\n\n')