[Bf-extensions-cvs] [ec308bd6] master: BlenderKit: fix typo in previous commit

Vilem Duha noreply at git.blender.org
Sun Apr 21 21:21:51 CEST 2019


Commit: ec308bd6d6b21c4c31be6b9ada2571ba0aec2bdb
Author: Vilem Duha
Date:   Sat Apr 20 12:44:54 2019 +0200
Branches: master
https://developer.blender.org/rBAec308bd6d6b21c4c31be6b9ada2571ba0aec2bdb

BlenderKit: fix typo in previous commit

===================================================================

M	blenderkit/categories.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list