Skip to content

Commit

Permalink
PEU Cup
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedamrnady committed Nov 24, 2023
1 parent 923237e commit 217d292
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions entry_comp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 217d292

Please sign in to comment.