Update WebService

This commit is contained in:
topjohnwu
2017-08-01 23:08:34 +08:00
parent 959aaee045
commit 345cd1795f
5 changed files with 32 additions and 46 deletions
@@ -29,7 +29,7 @@ public class Repo extends BaseModule {
}
public void update() throws CacheModException {
String props = WebService.request(getManifestUrl(), WebService.GET);
String props = WebService.getString(getManifestUrl());
String lines[] = props.split("\\n");
parseProps(lines);
Logger.dev("Repo: Fetching prop: " + getId());