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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVilem Duha <vilem.duha@gmail.com>2019-04-30 01:55:11 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-05-19 16:45:49 +0300
commit2f9bd3f0ffff093dfc5bdfdce0aeaada243423ae (patch)
tree8fe89fe43b26217573be66c8b2c63e2d307bf5fb /blenderkit/categories.py
parent5412d45d9e682d0b8fe8437b735ee06979e34f02 (diff)
BlenderKit: enable uploading private assets
-fix queue, the handler was getting lost after file load. -some comments
Diffstat (limited to 'blenderkit/categories.py')
-rw-r--r--blenderkit/categories.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/blenderkit/categories.py b/blenderkit/categories.py
index e2dfed3d..794b15b1 100644
--- a/blenderkit/categories.py
+++ b/blenderkit/categories.py
@@ -58,8 +58,6 @@ def copy_categories():
def fetch_categories(API_key):
- BLENDERKIT_API_MAIN = "https://www.blenderkit.com/api/v1/"
-
url = paths.get_api_url() + 'categories/'
headers = utils.get_headers(API_key)