Skip to content

Commit

Permalink
获取流量后重置
Browse files Browse the repository at this point in the history
  • Loading branch information
morooi committed Jan 7, 2024
1 parent 909eb06 commit 86db78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traffic.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func InitStatsJob() {
}

func checkAndUpdateXrayTraffic() {
traffics, err := GetTraffic(false)
traffics, err := GetTraffic(true)
if err != nil {
log.Error("获取 Xray 流量异常", err)
return
Expand Down

0 comments on commit 86db78f

Please sign in to comment.