We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ff14c commit 416249eCopy full SHA for 416249e
scripts/contest.py
@@ -51,6 +51,7 @@ def filter_valid_contests(self):
51
"title": contest_title, "start_time": contest_start_time, "contest_duration": contest_duration
52
}
53
valid_contests[slug] = contest_info
54
+ print('Valid Contests Are - ', valid_contests)
55
return valid_contests
56
57
# noinspection PyMethodMayBeStatic
0 commit comments