Commit cb6b6219 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent d71d02ea
......@@ -64,7 +64,7 @@ async function init() {
let pair = t[3].replace('usdt', '').replace('usd', '')
pairs = pair
let p = t[t.length - 1].split('.')
p = p[0].split(pairs)[0]
p = p[0].split(pairs)[1]
let lp = t[4].replace('lp', 'Lp')
let f = found(indicator,pair, lp)
f.lp = p
......
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