mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix code-style
This commit is contained in:
parent
9739dbd5f6
commit
43b4ca3044
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ class FirmwareUpdater(QObject):
|
|||
def __init__(self, output_device: PrinterOutputDevice) -> None:
|
||||
self._output_device = output_device
|
||||
|
||||
self._update_firmware_thread = Thread(target=self._updateFirmware, daemon = True)
|
||||
self._update_firmware_thread = Thread(target=self._updateFirmware, daemon=True)
|
||||
|
||||
self._firmware_view = None
|
||||
self._firmware_location = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue