Commit 1639bca9 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 0f813ac1
...@@ -43,6 +43,7 @@ async function init() { ...@@ -43,6 +43,7 @@ async function init() {
async function balanceUpdater() { async function balanceUpdater() {
try { try {
let d = await exchange.fetchFreeBalance() let d = await exchange.fetchFreeBalance()
console.log(d)
if (d.USDT !==balance) if (d.USDT !==balance)
{ {
balance = d.USDT balance = d.USDT
......
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