diff options
| author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-11-28 10:53:35 +1100 |
|---|---|---|
| committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-11-28 10:53:35 +1100 |
| commit | 38bfc81ad013925463cd382bf99807d15b4fc53e (patch) | |
| tree | 29e9edd2832f079e4eada13f09b7c8ecec869ce2 /src/main/java/io/github/moulberry/notenoughupdates/auction/APIManager.java | |
| parent | 089bac89c5435eb7e5cf80e7602da953a65f5b1a (diff) | |
| download | notenoughupdates-38bfc81ad013925463cd382bf99807d15b4fc53e.tar.gz notenoughupdates-38bfc81ad013925463cd382bf99807d15b4fc53e.tar.bz2 notenoughupdates-38bfc81ad013925463cd382bf99807d15b4fc53e.zip | |
bye melb
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/auction/APIManager.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/auction/APIManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/auction/APIManager.java b/src/main/java/io/github/moulberry/notenoughupdates/auction/APIManager.java index e2cc82bd..242ad2af 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/auction/APIManager.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/auction/APIManager.java @@ -663,7 +663,7 @@ public class APIManager { auctionPricesJson = jsonObject; lastAuctionAvgUpdate = System.currentTimeMillis(); }, () -> {}); - manager.hypixelApi.getMyApiGZIPAsync("auction_averages_lbin/3day.json.gz", (jsonObject) -> { + manager.hypixelApi.getMyApiGZIPAsync("auction_averages_lbin/1day.json.gz", (jsonObject) -> { auctionPricesAvgLowestBinJson = jsonObject; }, () -> {}); } |
