Split the correct variable
parent
5e5842d202
commit
54bbda03a0
|
|
@ -1,6 +1,6 @@
|
|||
const settings = require("Storage").readJSON("coin_info.settings.json", 1) || {};
|
||||
const db = require("Storage").readJSON("coin_info.cmc_key.json", 1) || {};
|
||||
const csTokens = db.split(',')
|
||||
const csTokens = db.csTokens.split(',');
|
||||
let ticker = 0;
|
||||
|
||||
var Layout = require("Layout");
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ "id": "coin_info",
|
||||
"name": "Crypto-Coins Info",
|
||||
"shortName":"Coins Info",
|
||||
"version": "0.06.13",
|
||||
"version": "0.06.14",
|
||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||
"icon": "app.png",
|
||||
"tags": "clkinfo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue