Removed cache request for refreshing html on Analysis

This commit is contained in:
Rsl1122 2018-02-23 10:16:04 +02:00
parent c8b846b5df
commit 07b9721679

View File

@ -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();
}