Force send job unfiltered (raw)

This commit is contained in:
belono 2019-11-10 16:35:52 +01:00
parent 5eeff1c16b
commit f07d5e0610
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ if _CUPSPRINT:
self.printer_name,
self.tmpfile.name,
self.job_name,
{})
{"document-format": cups.CUPS_FORMAT_RAW})
self._clear()
def _clear(self):