Skip to content

Commit bd7b8a3

Browse files
authored
Update update_tournaments.py
1 parent 876e707 commit bd7b8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/update_tournaments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def prettify_location(locations):
121121
]
122122
if not args.offline:
123123
calendars.extend([
124-
get_ics_calendar(TOURNEY_MOMENTUMS_URL, current.columns, ('shogi', 'xiangqi', 'janggi', 'makruk')),
124+
#get_ics_calendar(TOURNEY_MOMENTUMS_URL, current.columns, ('shogi', 'xiangqi', 'janggi', 'makruk')),
125125
get_ics_calendar(DXB_URL, current.columns, ('xiangqi',)),
126126
get_ics_calendar(FFS_URL, current.columns, ('shogi',)),
127127
get_ics_calendar(SNK_URL, current.columns, ('shogi',)),

0 commit comments

Comments
 (0)