mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge branch 'CURA-7492_Change_how_the_connection_status_is_determined'
This commit is contained in:
commit
5286be77a1
2 changed files with 17 additions and 40 deletions
|
|
@ -104,7 +104,7 @@ class CloudOutputDeviceManager:
|
|||
self._api.getClusters(self._onGetRemoteClustersFinished, self._onGetRemoteClusterFailed)
|
||||
|
||||
def _onGetRemoteClustersFinished(self, clusters: List[CloudClusterResponse]) -> None:
|
||||
"""Callback for when the request for getting the clusters is finished."""
|
||||
"""Callback for when the request for getting the clusters is successful and finished."""
|
||||
|
||||
self._um_cloud_printers = {m.getMetaDataEntry(self.META_CLUSTER_ID): m for m in
|
||||
CuraApplication.getInstance().getContainerRegistry().findContainerStacks(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue