From 217d29247941002af03859a58fc0ecc2fa3958b4 Mon Sep 17 00:00:00 2001 From: Nady Date: Fri, 24 Nov 2023 20:59:30 +0200 Subject: [PATCH] PEU Cup --- entry_comp.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/entry_comp.py b/entry_comp.py index 0f0f1e5..f1edc97 100644 --- a/entry_comp.py +++ b/entry_comp.py @@ -31,6 +31,12 @@ def cup_id_scrapper(league_id): # NETHERLANDS elif league_id == 13: return 19 + # PEU + elif league_id == 39: + return 42 + # PLA + elif league_id == 40: + return 43 # PAS elif league_id == 41: return 44 @@ -43,9 +49,6 @@ def cup_id_scrapper(league_id): # PORTUGAL elif league_id == 14: return 20 - # PLA - elif league_id == 40: - return 43 # SWITZERLAND elif league_id == 117: return 118