Add check for wrong endpoint for APIFootball
This commit is contained in:
@@ -51,6 +51,7 @@ public class App {
|
||||
case "APIFootballUpdater":
|
||||
APIFootballUpdater apiFootballUpdater = new APIFootballUpdater();
|
||||
apiFootballUpdater.updateAllFixtures();
|
||||
apiFootballUpdater.updateAllRounds();
|
||||
break;
|
||||
case "MatchesListGistUpdater":
|
||||
MatchesListForumUpdater matchesListForumUpdater = new MatchesListForumUpdater();
|
||||
|
||||
Reference in New Issue
Block a user