From 9bd51dc8db3d0c47ba63465df2ad67875354fb22 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Mon, 19 Dec 2022 22:37:09 +0100 Subject: [PATCH] Add six new teams --- .../Tippliga/Team_ID_Matcher_Config.json | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json index 427fe51..a0237a9 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -1018,5 +1018,35 @@ "teamname": "Sporting CP", "tippligaID": 512, "apiFootballID": 228 + }, + { + "teamname": "Bologna", + "tippligaID": 642, + "apiFootballID": 500 + }, + { + "teamname": "Rayo Vallecano", + "tippligaID": 653, + "apiFootballID": 728 + }, + { + "teamname": "Udinese", + "tippligaID": 490, + "apiFootballID": 494 + }, + { + "teamname": "Monza", + "tippligaID": 644, + "apiFootballID": 1579 + }, + { + "teamname": "Empoli", + "tippligaID": 451, + "apiFootballID": 511 + }, + { + "teamname": "Sampdoria", + "tippligaID": 417, + "apiFootballID": 498 } ]