Skip to content

Commit d2800c3

Browse files
committed
fix: update language name based on updated judge0 API response
1 parent 7d6d751 commit d2800c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai_eval/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ProgrammimgLanguage:
2121
class LanguageLabels:
2222
"""Language labels as seen by users."""
2323

24-
Python = "Python"
24+
Python = "Python (3.8.1)"
2525
JavaScript = "JavaScript"
2626
Java = "Java"
2727
CPP = "C++"

0 commit comments

Comments
 (0)