Skip to content

Commit

Permalink
Update list of sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfab committed Aug 10, 2024
1 parent d3e787c commit 00ee61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _scripts/update_tournaments.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def prettify_location(locations):
calendars.extend([
get_ics_calendar(TOURNEY_MOMENTUMS_URL, current.columns, ('shogi', 'xiangqi', 'janggi', 'makruk')),
get_ics_calendar(DXB_URL, current.columns, ('xiangqi',)),
# get_ics_calendar(FFS_URL, current.columns, ('shogi',)),
get_ics_calendar(SNK_URL, current.columns, ('shogi',)),
get_ics_calendar(FFS_URL, current.columns, ('shogi',)),
# get_ics_calendar(SNK_URL, current.columns, ('shogi',)),
get_html_calendar(FESA_URL, current.columns),
])
merged = pd.concat(calendars)
Expand Down

0 comments on commit 00ee61c

Please sign in to comment.