changed to use the new function name from UM

CURA-6979
This commit is contained in:
Dimitriovski 2019-12-17 16:26:59 +01:00
parent 1595c3aef9
commit 799e7fc48c
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D

View file

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