This commit is contained in:
parent
90bec49826
commit
28995790cc
2
main.go
2
main.go
@ -16,6 +16,7 @@ import (
|
|||||||
"git.fjla.uk/owlboard/timetable-mgr/helpers"
|
"git.fjla.uk/owlboard/timetable-mgr/helpers"
|
||||||
"git.fjla.uk/owlboard/timetable-mgr/log"
|
"git.fjla.uk/owlboard/timetable-mgr/log"
|
||||||
"git.fjla.uk/owlboard/timetable-mgr/messaging"
|
"git.fjla.uk/owlboard/timetable-mgr/messaging"
|
||||||
|
"git.fjla.uk/owlboard/timetable-mgr/pis"
|
||||||
"git.fjla.uk/owlboard/timetable-mgr/stations"
|
"git.fjla.uk/owlboard/timetable-mgr/stations"
|
||||||
"git.fjla.uk/owlboard/timetable-mgr/vstp"
|
"git.fjla.uk/owlboard/timetable-mgr/vstp"
|
||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
@ -66,6 +67,7 @@ func main() {
|
|||||||
go cif.CheckCif(cfg)
|
go cif.CheckCif(cfg)
|
||||||
go corpus.CheckCorpus(cfg)
|
go corpus.CheckCorpus(cfg)
|
||||||
go stations.Check()
|
go stations.Check()
|
||||||
|
go pis.Check()
|
||||||
|
|
||||||
if cfg.VstpOn {
|
if cfg.VstpOn {
|
||||||
messaging.StompInit(cfg)
|
messaging.StompInit(cfg)
|
||||||
|
Loading…
Reference in New Issue
Block a user