From cc6c782fc72566302954dceefc63a32b0f9a4651 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Mon, 10 Jun 2024 20:47:48 +0200 Subject: [PATCH] Update update_tournaments.py --- _scripts/update_tournaments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/update_tournaments.py b/_scripts/update_tournaments.py index 70174fa..ab3963b 100644 --- a/_scripts/update_tournaments.py +++ b/_scripts/update_tournaments.py @@ -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), ])