Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/job/check_cpu_usage.go')
-rw-r--r--web/job/check_cpu_usage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/job/check_cpu_usage.go b/web/job/check_cpu_usage.go
index cd9fcc9a..eb93f331 100644
--- a/web/job/check_cpu_usage.go
+++ b/web/job/check_cpu_usage.go
@@ -4,7 +4,7 @@ import (
"strconv"
"time"
- "x-ui/web/service"
+ "github.com/mhsanaei/3x-ui/web/service"
"github.com/shirou/gopsutil/v4/cpu"
)