Checkin update

This commit is contained in:
Vivek Teega 2021-12-15 11:18:03 +00:00
parent 98d0dbc81d
commit a6ad599c8f

View File

@ -42,7 +42,7 @@ def retryRequest(tempserverlist, apicall):
def multiRequest(apicall, net):
testserverlist = ['http://0.0.0.0:8495/']
testserverlist = ['https://testnet-flosight.duckdns.org/','http://0.0.0.0:8495/']
mainserverlist = ['https://flosight.duckdns.org/','http://0.0.0.0:9495/']
if net == 'mainnet':
return retryRequest(mainserverlist, apicall)