flake8 compliance

This commit is contained in:
Balthasar Reuter
2018-07-03 01:39:33 +02:00
parent 6bac27207d
commit 00ed281c26

View File

@@ -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):