better match dxcc

This commit is contained in:
2024-11-06 15:07:36 +07:00
parent 861a5ff14b
commit 10f936838f
10 changed files with 123 additions and 116 deletions

View File

@ -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 {