Skip to content

Commit a06168c

Browse files
authored
Update stats_notify_job.go
1 parent 49fa1f8 commit a06168c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/job/stats_notify_job.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ func (j *StatsNotifyJob) Run() {
9494
info += fmt.Sprintf("IP地址:%s\r\n \r\n", ip)
9595

9696
//get traffic
97-
inbouds, err := j.inboundService.GetAllInbounds()
98-
if err != nil {
99-
logger.Warning("StatsNotifyJob run failed:", err)
100-
return
101-
}
97+
// inbouds, err := j.inboundService.GetAllInbounds()
98+
// if err != nil {
99+
// logger.Warning("StatsNotifyJob run failed:", err)
100+
// return
101+
// }
102102
//NOTE:If there no any sessions here,need to notify here
103103
//TODO:分节点推送,自动转化格式
104104
// for _, inbound := range inbouds {

0 commit comments

Comments
 (0)