Skip to content

Commit

Permalink
Update update_tournaments.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfab authored Jun 10, 2024
1 parent 702dc9e commit cc6c782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/update_tournaments.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ 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(FFS_URL, current.columns, ('shogi',)),
get_ics_calendar(SNK_URL, current.columns, ('shogi',)),
get_html_calendar(FESA_URL, current.columns),
])
Expand Down

0 comments on commit cc6c782

Please sign in to comment.