mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:15:56 +08:00
Merge master and fix
CURA-6387
This commit is contained in:
parent
5a689c2389
commit
625b08baf8
@ -230,7 +230,6 @@ class Toolbox(QObject, Extension):
|
|||||||
|
|
||||||
def _fetchUserSubscribedPackages(self):
|
def _fetchUserSubscribedPackages(self):
|
||||||
if self._application.getCuraAPI().account.isLoggedIn:
|
if self._application.getCuraAPI().account.isLoggedIn:
|
||||||
self._prepareNetworkManager()
|
|
||||||
self._makeRequestByType("subscribed_packages")
|
self._makeRequestByType("subscribed_packages")
|
||||||
|
|
||||||
def _fetchPackageData(self) -> None:
|
def _fetchPackageData(self) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user