Commit 4f7b0d11 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent dc64bcdc
......@@ -67,7 +67,7 @@ async function remover() {
let work = await getWork()
if (work === 'true')
return true
let ip = getIp()
let ip = await getIp()
console.log(ip)
var contents = await fs.readFileSync('./token.txt', 'utf8');
let Hetzner = require('./Hetzner')
......
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