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:
authorVilém Duha <vilda.novak@gmail.com>2020-12-28 11:48:50 +0300
committerVilém Duha <vilda.novak@gmail.com>2020-12-28 11:48:50 +0300
commit290486d11049339e16af91d25638296c5a3563ff (patch)
tree2e88316e6164ce320f5dffc001511cff9dfbb6e0 /blenderkit
parentfbfb023ebd7bb61e1e962def7ee6ad3cf69c0123 (diff)
BlenderKit: forgot a testing bug in previous commit
this was intentional typo for testing
Diffstat (limited to 'blenderkit')
-rw-r--r--blenderkit/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/blenderkit/search.py b/blenderkit/search.py
index b1e62a7e..9235de02 100644
--- a/blenderkit/search.py
+++ b/blenderkit/search.py
@@ -858,7 +858,6 @@ def request_profile(api_key):
def fetch_profile(api_key):
utils.p('fetch profile')
try:
- gagf
adata = request_profile(api_key)
if adata is not None:
tasks_queue.add_task((write_profile, (adata,)))