diff --git a/src/SolutionDetails.js b/src/SolutionDetails.js index f83361a..c5f1750 100644 --- a/src/SolutionDetails.js +++ b/src/SolutionDetails.js @@ -49,7 +49,7 @@ SolutionDetails.prototype._getExtension = function(lang) { break; case 'javascript' : this.ext = "js" break; - case 'python' : this.ext = "py" + case 'python3' : this.ext = "py" break ; case 'java' : this.ext = "java" break;