From 6099b55f6c38afec0cc9533b94a9291dcab198f4 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Sat, 5 Feb 2022 11:28:43 +0100 Subject: [PATCH] Add Benfica Lissabon and OSC Lille --- .../resources/Tippliga/Team_ID_Matcher_Config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json index f32fd05..e8652e6 100644 --- a/src/main/resources/Tippliga/Team_ID_Matcher_Config.json +++ b/src/main/resources/Tippliga/Team_ID_Matcher_Config.json @@ -903,5 +903,15 @@ "teamname": "Rennes", "tippligaID": 423, "apiFootballID": 94 + }, + { + "teamname": "Benfica", + "tippligaID": 518, + "apiFootballID" 211 + }, + { + "teamname": "Lille", + "tippligaID": 557, + "apiFootballID" 79 } ]