mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix typo in property. Not sure why this didn't crash tbh.
done while investigating CURA-9196
This commit is contained in:
parent
c4ec9142db
commit
854921c002
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class RemovableDrivePlugin(OutputDevicePlugin):
|
|||
super().__init__()
|
||||
|
||||
self._update_thread = threading.Thread(target = self._updateThread)
|
||||
self._update_thread.deamon = True
|
||||
self._update_thread.daemon = True
|
||||
|
||||
self._check_updates = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue