mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-14 12:11:23 +01:00
Removed cache request for refreshing html on Analysis
This commit is contained in:
parent
c8b846b5df
commit
07b9721679
@ -66,7 +66,6 @@ public class GenerateAnalysisPageRequest extends InfoRequestWithVariables implem
|
||||
|
||||
private void generateAndCache(UUID serverUUID) throws WebException {
|
||||
InfoSystem infoSystem = InfoSystem.getInstance();
|
||||
infoSystem.sendRequest(new CacheAnalysisPageRequest(serverUUID, AnalysisPage.getRefreshingHtml()));
|
||||
infoSystem.sendRequest(new CacheAnalysisPageRequest(serverUUID, analyseAndGetHtml()));
|
||||
infoSystem.updateNetworkPage();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user