mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
changed to use the new function name from UM
CURA-6979
This commit is contained in:
parent
1595c3aef9
commit
799e7fc48c
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ class Toolbox(QObject, Extension):
|
|||
elif response_type == "subscribed_packages":
|
||||
user_subscribed = [(plugin["package_id"], plugin["package_version"]) for plugin in json_data["data"]]
|
||||
Logger.log("d", "User is subscribed to {} package(s).".format(len(user_subscribed)))
|
||||
user_installed = self._package_manager.getUserSubscribedPackagesAndVersions()
|
||||
user_installed = self._package_manager.getUserInstalledPackagesAndVersions()
|
||||
Logger.log("d", "User has installed locally {} package(s).".format(len(user_installed)))
|
||||
|
||||
# Check for discrepancies between Cura installed and Cloud subscribed packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue