diff --git a/broker/ntgvision.go b/broker/ntgvision.go index f7e5b45..2cd91ad 100644 --- a/broker/ntgvision.go +++ b/broker/ntgvision.go @@ -235,7 +235,7 @@ func (ntg NTGVision) search(states []config.State) (io.ReadCloser, error) { } func (ntg NTGVision) refreshAuth() error { - err := ntg.refreshAuth() + err := ntg._refreshAuth() if err != nil { logtr.SOSf("failed to refresh ntg auth: %v", err) } diff --git a/config.json b/config.json index cbeb847..34ad00f 100644 --- a/config.json +++ b/config.json @@ -73,7 +73,7 @@ "Brokers": { "NTG": { "JobInfo": true, - "Mock": true, + "Mock": false, "LoadPageURIFormat": "https://ntgvision.com/LoadDetails?loadId=%d", "Username": "noeasyrunstrucking@gmail.com", "Password": "thumper1234"