Commit aa04dd56 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 6b504743
let fs = require('fs')
var watch = require('node-watch');
let ai = require('./ai-new')
let path = 'YashilFinal\\'
let path = 'YashilFinal/'
let longSide = 'LONG'
let shortSide = 'SHORT'
let bybit = require('./test_bybit')
......@@ -132,7 +132,7 @@ async function appendCsvtoMain(data, config) {
function appendtoFile(name,data)
{
fs.appendFile('YashilFinal\\'+name, data + '\n', function (err) {
fs.appendFile('YashilFinal/'+name, data + '\n', function (err) {
if (err) throw err;
});
......
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