mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Camera delete now triggers the correct function
CL-541
This commit is contained in:
parent
5e3666f073
commit
ef46f51497
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class NetworkCamera(QObject):
|
|||
|
||||
## Ensure that close gets called when object is destroyed
|
||||
def __del__(self):
|
||||
self.close()
|
||||
self.stop()
|
||||
|
||||
def _onStreamDownloadProgress(self, bytes_received, bytes_total):
|
||||
# An MJPG stream is (for our purpose) a stream of concatenated JPG images.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue