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-30 22:43:41 +0300
committerVilem Duha <vilem.duha@gmail.com>2019-05-19 16:45:49 +0300
commit9be41665fdc77a4cbe29451e13106d70f239cf4a (patch)
treed8ff8b8358866012a145d62146fddae4e366c890 /blenderkit/oauth.py
parent2f9bd3f0ffff093dfc5bdfdce0aeaada243423ae (diff)
BlenderKit: Basic private quota checking works now.
Diffstat (limited to 'blenderkit/oauth.py')
-rw-r--r--blenderkit/oauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/oauth.py b/blenderkit/oauth.py
index b0359157..d414c5a1 100644
--- a/blenderkit/oauth.py
+++ b/blenderkit/oauth.py
@@ -125,7 +125,7 @@ def write_tokens(auth_token, refresh_token):
preferences.api_key_refresh = refresh_token
preferences.login_attempt = False
props = utils.get_search_props()
-
+ search.get_profile()
props.report = 'Login success!'
search.get_profile()