remove qr code print
This commit is contained in:
parent
f7eee0e6c6
commit
3360a236fa
@ -19,10 +19,10 @@ auth = VerifyToken()
|
||||
data = TodoDatabase()
|
||||
printer = ThermalPrinter(data)
|
||||
# printer.print_default() #temp debug
|
||||
printer.print_custom("Configuration Site: \n\n")
|
||||
printer.print_qrcode()
|
||||
printer.print_custom("https://thermaltodos.imsam.ca\n\n")
|
||||
printer.finished_printing()
|
||||
# printer.print_custom("Configuration Site: \n\n")
|
||||
# printer.print_qrcode()
|
||||
# printer.print_custom("https://thermaltodos.imsam.ca\n\n")
|
||||
# printer.finished_printing()
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user