update dxcc
This commit is contained in:
@ -59,8 +59,8 @@ func NewFlexClient(repo FlexDXClusterRepository, TCPServer *TCPServer, log *log.
|
||||
return &FlexClient{
|
||||
Address: Cfg.Flex.IP,
|
||||
Port: "4992",
|
||||
SpotChan: make(chan TelnetSpot),
|
||||
FlexSpotChan: make(chan FlexSpot),
|
||||
SpotChan: make(chan TelnetSpot, 100),
|
||||
FlexSpotChan: make(chan FlexSpot, 100),
|
||||
MsgChan: TCPServer.MsgChan,
|
||||
Repo: repo,
|
||||
TCPServer: TCPServer,
|
||||
|
Reference in New Issue
Block a user