This commit is contained in:
2025-06-29 18:38:39 +02:00
parent 13fa688329
commit 4d5c810786
4 changed files with 8 additions and 6 deletions

View File

@ -43,7 +43,7 @@ func main() {
log := NewLog()
log.Info("Running FlexDXCluster version 0.6")
log.Infof("Callsign: %s", cfg.SQLite.Callsign)
log.Infof("Callsign: %s", cfg.General.Callsign)
DeleteDatabase("./flex.sqlite", log)