mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 15:43:54 -07:00
websocket is our default port/connection (#5679)
This commit is contained in:
parent
4a0e0ed954
commit
1f0846297f
6 changed files with 8 additions and 9 deletions
|
|
@ -9,7 +9,7 @@ from pypb.event_server_identification_pb2 import Event_ServerIdentification as S
|
|||
from pypb.response_pb2 import Response
|
||||
|
||||
HOST = "localhost"
|
||||
PORT = 4747
|
||||
PORT = 4748
|
||||
|
||||
CMD_ID = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue