mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-04 17:43:59 +08:00
Remove weird argument for timer
This commit is contained in:
parent
402097f4d0
commit
cd19eec98a
@ -42,7 +42,7 @@ class CloudOutputDeviceManager:
|
||||
self._api = CloudApiClient(self._account, self._onApiError)
|
||||
|
||||
# Create a timer to update the remote cluster list
|
||||
self._update_timer = QTimer(application)
|
||||
self._update_timer = QTimer()
|
||||
self._update_timer.setInterval(int(self.CHECK_CLUSTER_INTERVAL * 1000))
|
||||
self._update_timer.setSingleShot(False)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user