Commit 8cf77e90 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent da74cddc
...@@ -31,7 +31,7 @@ async function init() { ...@@ -31,7 +31,7 @@ async function init() {
client.on('error', (err) => console.log('Redis Client Error', err)); client.on('error', (err) => console.log('Redis Client Error', err));
await client.connect(); await client.connect();
info = await fs.readFileSync('info.json', 'utf8'); info = await fs.readFileSync('info2.json', 'utf8');
info=JSON.parse(info) info=JSON.parse(info)
exchange= new ccxt.bybit({ exchange= new ccxt.bybit({
apiKey: info.apiKey, apiKey: info.apiKey,
......
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