Improve match list creator
This commit is contained in:
@@ -64,7 +64,7 @@ public class APIFootballUpdater {
|
||||
this.provider.updateGist(id, filename, content);
|
||||
}
|
||||
|
||||
private HashSet<Integer> getAllLeaguesFromLeagueConfig(String config) {
|
||||
public static HashSet<Integer> getAllLeaguesFromLeagueConfig(String config) {
|
||||
|
||||
HashSet<Integer> leagues = new HashSet<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user