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-20 13:44:54 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-04-21 22:20:16 +0300
commitec308bd6d6b21c4c31be6b9ada2571ba0aec2bdb (patch)
treeac2bf83b41a2250ed2880425f2c0766eda63fc4f /blenderkit/categories.py
parent2f500179718e189a2565e58a8afde9d431bb7a51 (diff)
BlenderKit: fix typo in previous commit
Diffstat (limited to 'blenderkit/categories.py')
-rw-r--r--blenderkit/categories.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/categories.py b/blenderkit/categories.py
index f6cde8dd..3c50f2c7 100644
--- a/blenderkit/categories.py
+++ b/blenderkit/categories.py
@@ -62,7 +62,7 @@ def fetch_categories(API_key):
url = paths.get_bkit_url() + 'categories/'
- headers = utils.get_headers(api_key)
+ headers = utils.get_headers(API_key)
tempdir = paths.get_temp_dir()
categories_filepath = os.path.join(tempdir, 'categories.json')