Skip to content

Commit

Permalink
Use new version for downloading plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostkeeper committed Oct 17, 2017
1 parent b9a9ef8 commit 4d0c0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/PluginBrowser/PluginBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d0c0f6

Please sign in to comment.