mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix missing argument in application stopped signal callback
This commit is contained in:
parent
c678b401e3
commit
0e0492327c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class USBPrinterOutputDeviceManager(QObject, OutputDevicePlugin):
|
||||||
self._check_updates = True
|
self._check_updates = True
|
||||||
self._update_thread.start()
|
self._update_thread.start()
|
||||||
|
|
||||||
def stop(self):
|
def stop(self, store_data: bool = True):
|
||||||
self._check_updates = False
|
self._check_updates = False
|
||||||
|
|
||||||
def _onConnectionStateChanged(self, serial_port):
|
def _onConnectionStateChanged(self, serial_port):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue