mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
changed default port to 8098
This commit is contained in:
parent
2416d4d33f
commit
f16d601a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class WebSocketServer():
|
|||
parsed = urllib.parse.urlparse(websocket_url)
|
||||
port = parsed.port
|
||||
if not port:
|
||||
port = 8099 # fallback
|
||||
port = 8098 # fallback
|
||||
|
||||
self.app = web.Application()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue