[Bf-extensions-cvs] [c39405c2] master: BlenderKit: fix port numbers for login communication.

Vilém Duha noreply at git.blender.org
Tue Jul 23 09:51:15 CEST 2019


Commit: c39405c2e96a426102ba3eff62220c48f23f9eb0
Author: Vilém Duha
Date:   Tue Jul 23 09:11:22 2019 +0200
Branches: master
https://developer.blender.org/rBAc39405c2e96a426102ba3eff62220c48f23f9eb0

BlenderKit: fix port numbers for login communication.

===================================================================

M	blenderkit/bkit_oauth.py

===================================================================

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):



More information about the Bf-extensions-cvs mailing list