From f12e6ae35b9caa9263aa28a25f01a7c6f975bce6 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Sat, 5 Jun 2021 13:16:49 +0530 Subject: [PATCH] bugfix: flosight --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 91cabda..eef0483 100644 --- a/index.html +++ b/index.html @@ -7862,7 +7862,7 @@ util: { serverList: floGlobals.apiURL[floGlobals.blockchain].slice(0), - curPos: floCrypto.randInt(0, floGlobals.apiURL[floGlobals.blockchain].length), + curPos: floCrypto.randInt(0, floGlobals.apiURL[floGlobals.blockchain].length - 1), fetch_retry: function (apicall) { return new Promise((resolve, reject) => { this.serverList.splice(this.curPos, 1); @@ -10179,4 +10179,4 @@ - \ No newline at end of file +