Skip to content

Commit

Permalink
Merge pull request #168 from Julienraptor01/del-bak-LBIN
Browse files Browse the repository at this point in the history
remove backup LBIN server because it desn't exist anymore
  • Loading branch information
AzureAaron authored Jun 4, 2023
2 parents 9d114a7 + 42b2a31 commit 0a92a10
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,6 @@ private static JsonObject downloadPrices(String type) {
return new Gson().fromJson(reader, JsonObject.class);
} catch (IOException e) {
LOGGER.warn("[Skyblocker] Failed to download " + type + " prices!", e);

if (type.equals("lowest bins"))
return downloadPrices("lowest bins backup");

return null;
}
}
Expand All @@ -356,7 +352,6 @@ private static JsonObject downloadPrices(String type) {
apiAddresses.put("3 day avg", "https://moulberry.codes/auction_averages_lbin/3day.json.gz");
apiAddresses.put("bazaar", "https://hysky.de/api/bazaar");
apiAddresses.put("lowest bins", "https://lb.tricked.pro/lowestbins");
apiAddresses.put("lowest bins backup", "https://lb2.tricked.pro/lowestbins");
apiAddresses.put("npc", "https://hysky.de/api/npcprice");
apiAddresses.put("museum", "https://hysky.de/api/museum");
}
Expand Down

0 comments on commit 0a92a10

Please sign in to comment.