Add show table update, add matches list creator
This commit is contained in:
@@ -70,7 +70,7 @@ public class APIFootballUpdater {
|
||||
|
||||
JSONParser jsonParser = new JSONParser();
|
||||
GistProvider prov = GistProvider.getInstance();
|
||||
String jsonConfig = prov.getTippligaConfig(this.season, config);
|
||||
String jsonConfig = prov.getTippligaConfig(config);
|
||||
JSONObject configObject = null;
|
||||
try {
|
||||
configObject = (JSONObject) jsonParser.parse(jsonConfig);
|
||||
|
||||
Reference in New Issue
Block a user