Skip to content

Commit ccdd76d

Browse files
committed
Contest Updated | Script Updated
1 parent ed4d7d4 commit ccdd76d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/contests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"weekly-contest-366": {"title": "Weekly Contest 366", "start_time": 1696732200, "contest_duration": 5400}, "biweekly-contest-115": {"title": "Biweekly Contest 115", "start_time": 1697293800, "contest_duration": 5400}}
1+
{"weekly-contest-367": {"title": "Weekly Contest 367", "start_time": 1697337000, "contest_duration": 5400}, "biweekly-contest-115": {"title": "Biweekly Contest 115", "start_time": 1697293800, "contest_duration": 5400}}

scripts/contest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def filter_valid_contests(self):
4646
print("[ " + str(is_private) + " ]", contest_title, ' is private ... ')
4747
continue
4848
contest_duration = response_json["contest"]["duration"]
49-
print(contest_title, contest_start_time, contest_duration, is_virtual, is_private)
49+
# print(contest_title, contest_start_time, contest_duration, is_virtual, is_private)
5050
contest_info = {
5151
"title": contest_title, "start_time": contest_start_time, "contest_duration": contest_duration
5252
}

0 commit comments

Comments
 (0)