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:
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)