Fix wrong indentation for camera view

This commit is contained in:
Jaime van Kessel 2017-09-04 17:36:44 +02:00
parent e3f319a644
commit 08766ee66f

View file

@ -328,6 +328,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
def _stopCamera(self):
if self._camera_timer.isActive():
self._camera_timer.stop()
if self._image_reply:
try:
self._image_reply.abort()