From 577743e0e47ca0a1b4acc09a4c0ab20dd3275758 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Sat, 5 Jun 2021 13:18:11 +0530 Subject: [PATCH] bugfix: flosight --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7aec9b7..d482dc6 100644 --- a/index.html +++ b/index.html @@ -10215,7 +10215,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);