mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Update plugin browser version to 4 as network rewrite has another set of breaking changes
This commit is contained in:
parent
b41d8eb0dd
commit
c471991044
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class PluginBrowser(QObject, Extension):
|
||||||
def __init__(self, parent=None):
|
def __init__(self, parent=None):
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
|
|
||||||
self._api_version = 3
|
self._api_version = 4
|
||||||
self._api_url = "http://software.ultimaker.com/cura/v%s/" % self._api_version
|
self._api_url = "http://software.ultimaker.com/cura/v%s/" % self._api_version
|
||||||
|
|
||||||
self._plugin_list_request = None
|
self._plugin_list_request = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue