From c39405c2e96a426102ba3eff62220c48f23f9eb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vile=CC=81m=20Duha?= <vilem.duha@gmail.com>
Date: Tue, 23 Jul 2019 09:11:22 +0200
Subject: [PATCH] BlenderKit: fix port numbers for login communication.

---
 blenderkit/bkit_oauth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blenderkit/bkit_oauth.py b/blenderkit/bkit_oauth.py
index 4a6ee9643..0dc23a9c0 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):
-- 
GitLab