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 <vilem.duha@gmail.com>2019-07-23 10:11:22 +0300
committerVilém Duha <vilda.novak@gmail.com>2019-07-23 10:50:52 +0300
commitc39405c2e96a426102ba3eff62220c48f23f9eb0 (patch)
tree9116386f3e3208b7469e4d8a5b7185d5d219f104 /blenderkit/bkit_oauth.py
parent3c492db845165de4690c652d23e9cf4686b95d9c (diff)
BlenderKit: fix port numbers for login communication.
Diffstat (limited to 'blenderkit/bkit_oauth.py')
-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):