Added file deletion after printing.
This commit is contained in:
parent
277ff32b5d
commit
4ced780d54
@ -171,6 +171,8 @@ class Printer(object):
|
|||||||
self.printer.cut()
|
self.printer.cut()
|
||||||
self.printer.close()
|
self.printer.close()
|
||||||
self.app.logger.debug("Printed an image : " + str(path))
|
self.app.logger.debug("Printed an image : " + str(path))
|
||||||
|
os.remove(path)
|
||||||
|
self.app.logger.debug("Removed image.")
|
||||||
return True
|
return True
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.printer.close()
|
self.printer.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user