mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
@@ -266,7 +266,7 @@ func GetNodeBaseInfo() (ip string, mac string, hostname string, key string, erro
|
||||
debug.PrintStack()
|
||||
return "", "", "", "", err
|
||||
}
|
||||
return ip, mac, key, hostname, nil
|
||||
return ip, mac, hostname, key, nil
|
||||
}
|
||||
|
||||
// 根据redis的key值,重置node节点为offline
|
||||
|
||||
Reference in New Issue
Block a user