From 1c29f7c697eea41e3d89be2990656af5c017dc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vile=CC=81m=20Duha?= Date: Tue, 23 Jul 2019 09:11:22 +0200 Subject: 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 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): -- cgit v1.2.3