diff --git a/photobooth/gui/GuiPostprocess.py b/photobooth/gui/GuiPostprocess.py index f3e44bd..e6409b2 100644 --- a/photobooth/gui/GuiPostprocess.py +++ b/photobooth/gui/GuiPostprocess.py @@ -46,7 +46,7 @@ class PrintPostprocess(GuiPostprocess): super().__init__(**kwargs) Printer = lookup_and_import(printer.modules, printer_module, 'printer') - self._printer = Printer(page_size, True) + self._printer = Printer(page_size) def get(self, picture):