summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/codeq/python.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/codeq/python.js b/js/codeq/python.js
index d5138b4..3d47223 100644
--- a/js/codeq/python.js
+++ b/js/codeq/python.js
@@ -188,7 +188,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
codeq.comms.sendPythonStop({})
.then(function () {
codeq.comms.sendPythonExec({
- 'program': program
+ 'program': program,
+ 'problem_id': problemDef.id
});
})
.fail(alert)