Add parsing for Stations

This commit is contained in:
Fred Boniface
2024-06-30 09:45:16 +01:00
parent a153fd4990
commit 358e69bec7
5 changed files with 66 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ func runTicker(cfg *helpers.Configuration, stop <-chan struct{}) {
log.Debug("Running background tasks")
go cif.CheckCif(cfg)
go corpus.CheckCorpus(cfg)
//go stations.Check()
}
}
}