mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Remove weird argument for timer
This commit is contained in:
parent
402097f4d0
commit
cd19eec98a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class CloudOutputDeviceManager:
|
||||||
self._api = CloudApiClient(self._account, self._onApiError)
|
self._api = CloudApiClient(self._account, self._onApiError)
|
||||||
|
|
||||||
# Create a timer to update the remote cluster list
|
# 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.setInterval(int(self.CHECK_CLUSTER_INTERVAL * 1000))
|
||||||
self._update_timer.setSingleShot(False)
|
self._update_timer.setSingleShot(False)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue