Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2017-10-17 17:44:27 +0300
committerGhostkeeper <rubend@tutanota.com>2017-10-17 17:44:27 +0300
commit4d0c0f606e50c045b92ee8bb2fd5e87dd96fda06 (patch)
tree6ece46a7623f392d05da799a01288a464b43839e
parentb9a9ef8823d371dbf12b7c5e709d472eb43364d6 (diff)
Use new version for downloading pluginsv3.0.33.0.3
-rw-r--r--plugins/PluginBrowser/PluginBrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginBrowser/PluginBrowser.py b/plugins/PluginBrowser/PluginBrowser.py
index 0037d4bc59..37ad128b49 100644
--- a/plugins/PluginBrowser/PluginBrowser.py
+++ b/plugins/PluginBrowser/PluginBrowser.py
@@ -26,7 +26,7 @@ class PluginBrowser(QObject, Extension):
def __init__(self, parent=None):
super().__init__(parent)
- self._api_version = 1
+ self._api_version = 2
self._api_url = "http://software.ultimaker.com/cura/v%s/" % self._api_version
self._plugin_list_request = None