Fix typo in property. Not sure why this didn't crash tbh.

done while investigating CURA-9196
This commit is contained in:
Remco Burema 2022-04-26 16:52:23 +02:00
parent c4ec9142db
commit 854921c002

View file

@ -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