Commit 71914d0e authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent b62713fe
......@@ -23,6 +23,7 @@ async function init() {
ip = await getIp()
for (let i = 0; i < AvailDc.length; i++) {
let servers = await getAllServers(AvailDc[i])
console.log(servers)
servers = servers.Value
if (servers.length === 0)
continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment