From 695691c269884273395df02f8d18a332fd72ee80 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 6 Oct 2016 14:19:36 +0200 Subject: Send problem ID with PythonExec requests --- js/codeq/python.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 . */ codeq.comms.sendPythonStop({}) .then(function () { codeq.comms.sendPythonExec({ - 'program': program + 'program': program, + 'problem_id': problemDef.id }); }) .fail(alert) -- cgit v1.2.1