Skip to content

Commit

Permalink
New IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedamrnady committed Jan 14, 2024
1 parent 9126713 commit 85ca878
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Binary file modified Input/Leagues 22-to-21.xlsx
Binary file not shown.
16 changes: 10 additions & 6 deletions entry_comp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ def cup_id_scrapper(league_id):
# NETHERLANDS
elif league_id == 13:
return 19
# PAS
elif league_id == 41:
return 44
# BELGIUM
elif league_id == 111:
return 112
Expand All @@ -43,9 +40,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 All @@ -58,6 +52,16 @@ def cup_id_scrapper(league_id):
# THAILAND
elif league_id == 139:
return 140
# GRAND
# USA
elif league_id == 81 or league_id == 83:
return 43
# JAPAN
elif league_id == 41 or league_id == 85:
return 44
# MEXICO
elif league_id == 136:
return 62
else:
return 0

Expand Down

0 comments on commit 85ca878

Please sign in to comment.