This commit is contained in:
Gregory Salaun 2025-05-28 23:02:35 +02:00
parent d307c92d25
commit 95d6e0c4ff
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ gotify:
enable: true enable: true
url: https://gotify.rouggy.com/message url: https://gotify.rouggy.com/message
token: ALaGS4MVMWTEMcP token: ALaGS4MVMWTEMcP
newDxcc: true NewDxcc: true
NewBand: false NewBand: false
NewMode: false NewMode: false
NewBandAndMode: true NewBandAndMode: true

View File

@ -49,7 +49,7 @@ func main() {
log.Infof("Gotify Push Enabled: %v", cfg.Gotify.Enable) log.Infof("Gotify Push Enabled: %v", cfg.Gotify.Enable)
if cfg.Gotify.Enable { if cfg.Gotify.Enable {
log.Infof("Gotify Push MewDXCC %v - NewBand %v - NewMode %v - NewBandAndMode %v", cfg.Gotify.NewDXCC, cfg.Gotify.NewBand, cfg.Gotify.NewMode, cfg.Gotify.NewBandAndMode) log.Infof("Gotify Push NewDXCC %v - NewBand %v - NewMode %v - NewBandAndMode %v", cfg.Gotify.NewDXCC, cfg.Gotify.NewBand, cfg.Gotify.NewMode, cfg.Gotify.NewBandAndMode)
} }
// Load country.xml to get all the DXCC number // Load country.xml to get all the DXCC number