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:
authorVileĢm Duha <vilem.duha@gmail.com>2019-07-23 10:11:22 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-24 17:19:59 +0300
commit1c29f7c697eea41e3d89be2990656af5c017dc1e (patch)
tree9f43c0c39355bc689e7ac315bb1446c89043c8d7
parentb547c48015ab77e9cb4cdcc665ee1534befa6922 (diff)
BlenderKit: fix port numbers for login communication.
-rw-r--r--blenderkit/bkit_oauth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blenderkit/bkit_oauth.py b/blenderkit/bkit_oauth.py
index 4a6ee964..0dc23a9c 100644
--- a/blenderkit/bkit_oauth.py
+++ b/blenderkit/bkit_oauth.py
@@ -38,7 +38,7 @@ from bpy.props import (
)
CLIENT_ID = "IdFRwa3SGA8eMpzhRVFMg5Ts8sPK93xBjif93x0F"
-PORTS = [62485, 1234]
+PORTS = [62485, 65425, 55428, 49452]
def login_thread(signup=False):