From 00ed281c266e2b28afaff676e0d736491737ae15 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Tue, 3 Jul 2018 01:39:33 +0200 Subject: [PATCH] flake8 compliance --- photobooth/gui/Qt5Gui/PyQt5Gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth/gui/Qt5Gui/PyQt5Gui.py b/photobooth/gui/Qt5Gui/PyQt5Gui.py index db7b295..2235ef4 100644 --- a/photobooth/gui/Qt5Gui/PyQt5Gui.py +++ b/photobooth/gui/Qt5Gui/PyQt5Gui.py @@ -240,7 +240,7 @@ class PyQt5Gui(GuiSkeleton): tasks = self._postprocess.get(picture) postproc_t = self._cfg.getInt('Photobooth', 'postprocess_time') - Frames.PostprocessMessage(self._gui.centralWidget(), tasks, + Frames.PostprocessMessage(self._gui.centralWidget(), tasks, self._sendAck, postproc_t * 1000) def _showError(self, state):