better match dxcc
This commit is contained in:
@ -149,7 +149,7 @@ func (c *TCPClient) ReadLine() {
|
||||
Log.Info("Start receiving spots")
|
||||
}
|
||||
|
||||
go ProcessTelnetSpot(spotRe, message, c.SpotChanToFlex, c.SpotChanToHTTPServer, c.Countries)
|
||||
ProcessTelnetSpot(spotRe, message, c.SpotChanToFlex, c.SpotChanToHTTPServer, c.Countries)
|
||||
|
||||
// Send the spot message to TCP server
|
||||
if len(c.TCPServer.Clients) > 0 {
|
||||
|
Reference in New Issue
Block a user