Riddhi Bhagwat commited on
Commit
07249c2
·
1 Parent(s): a549649

leaderboard commit

Browse files
Files changed (1) hide show
  1. app/leadboard_config.py +0 -2
app/leadboard_config.py CHANGED
@@ -12,7 +12,6 @@ def set_initial_counts():
12
  args = parser.parse_args()
13
  data_file = Path("language_data_points.json")
14
 
15
- # Load existing data if available
16
  if data_file.exists():
17
  with open(data_file, "r", encoding="utf-8") as f:
18
  try:
@@ -23,7 +22,6 @@ def set_initial_counts():
23
  else:
24
  data = {}
25
 
26
- # Load available languages
27
  languages_file = Path("languages.json")
28
  if languages_file.exists():
29
  with open(languages_file, "r", encoding="utf-8") as f:
 
12
  args = parser.parse_args()
13
  data_file = Path("language_data_points.json")
14
 
 
15
  if data_file.exists():
16
  with open(data_file, "r", encoding="utf-8") as f:
17
  try:
 
22
  else:
23
  data = {}
24
 
 
25
  languages_file = Path("languages.json")
26
  if languages_file.exists():
27
  with open(languages_file, "r", encoding="utf-8") as f: