Skip to content

Commit 76a97ac

Browse files
committed
hotfix: fix bugs
1 parent 8b09909 commit 76a97ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neurons/validators/score_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def submit_results_to_dashboard(self, session_upto: int):
292292
scores = session_result["scores"]
293293
solved_tasks = session_result["solved_tasks"]
294294
competition = {
295-
"session_number": session_upto,
295+
"session_number": session,
296296
"competition_type": competition_type,
297297
}
298298

0 commit comments

Comments
 (0)