Skip to content

Commit 3d37b5c

Browse files
authored
Merge pull request #97 from ssavi-ict/v1.0.6
slight changes
2 parents b684d17 + cd23c25 commit 3d37b5c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
lc_data.json
1+
__pycache__/
2+
*.pyc

data/contests.json

Whitespace-only changes.

scripts/contest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def filter_valid_contests(self):
5656
# noinspection PyMethodMayBeStatic
5757
def store_valid_contests_in_json(self):
5858
contests = self.filter_valid_contests()
59-
self.create_a_contest_json()
59+
# self.create_a_contest_json()
6060
with open(self.contest_info_path, 'w') as file:
6161
json.dump(contests, file)
6262

0 commit comments

Comments
 (0)