Skip to content
Snippets Groups Projects
Commit c39405c2 authored by Vilém Duha's avatar Vilém Duha Committed by Vilém Duha
Browse files

BlenderKit: fix port numbers for login communication.

parent 3c492db8
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ from bpy.props import ( ...@@ -38,7 +38,7 @@ from bpy.props import (
) )
CLIENT_ID = "IdFRwa3SGA8eMpzhRVFMg5Ts8sPK93xBjif93x0F" CLIENT_ID = "IdFRwa3SGA8eMpzhRVFMg5Ts8sPK93xBjif93x0F"
PORTS = [62485, 1234] PORTS = [62485, 65425, 55428, 49452]
def login_thread(signup=False): def login_thread(signup=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment