mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:45:54 +08:00
Fix wrong indentation for camera view
This commit is contained in:
parent
e3f319a644
commit
08766ee66f
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user