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-21 22:19:34 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-04-21 22:20:17 +0300
commit3c410d63d347dd9fc45294fffe3dafd34f83e4d4 (patch)
tree1c8b5878fa53bc30cab7ef7d5d192185e5a1dffe /blenderkit/download.py
parent8f1363a8170bd33e8c66b16565afd31acd51dd64 (diff)
BlenderKit: Don't do checks in the background mode or restricted context(blender startup)
Diffstat (limited to 'blenderkit/download.py')
-rw-r--r--blenderkit/download.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/blenderkit/download.py b/blenderkit/download.py
index c1db12ea..175a9771 100644
--- a/blenderkit/download.py
+++ b/blenderkit/download.py
@@ -687,7 +687,6 @@ def get_download_url(asset_data, scene_id, api_key, tcom=None):
r = None
try:
r = requests.get(asset_data['download_url'], params=data, headers=headers)
- fprint(r.text)
except Exception as e:
print(e)
if tcom is not None: