Improve error output and add team id matcher template creator
This commit is contained in:
@@ -49,10 +49,10 @@ public class App {
|
||||
break;
|
||||
case "APIFootballUpdater":
|
||||
APIFootballUpdater apiFootballUpdater = new APIFootballUpdater(season);
|
||||
apiFootballUpdater.updateAllFixtures(configFile);
|
||||
apiFootballUpdater.updateAllFixtures();
|
||||
break;
|
||||
case "MatchesListGistUpdater":
|
||||
MatchesListGistUpdater matchesListGistUpdater = new MatchesListGistUpdater(configFile);
|
||||
MatchesListGistUpdater matchesListGistUpdater = new MatchesListGistUpdater();
|
||||
matchesListGistUpdater.updateAllLeagues();
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user