BlenderKit: fix port numbers for login communication.

This commit is contained in:
Vilem Duha 2019-07-23 09:11:22 +02:00 committed by Brecht Van Lommel
parent b547c48015
commit 1c29f7c697
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ from bpy.props import (
)
CLIENT_ID = "IdFRwa3SGA8eMpzhRVFMg5Ts8sPK93xBjif93x0F"
PORTS = [62485, 1234]
PORTS = [62485, 65425, 55428, 49452]
def login_thread(signup=False):