Split the correct variable

master
Martin Zwigl 2025-03-15 23:02:34 +01:00
parent 5e5842d202
commit 54bbda03a0
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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",