This commit is contained in:
William Mantly 2016-05-29 18:41:11 -04:00
parent b1e3e23d91
commit 23f7cf1f68

View File

@ -202,6 +202,7 @@ var run = function(req, res, runner){
return request.post(httpOptions, function(error, response, body){
// console.log('runner response:', arguments)
if(error) return false;
console.log('body', body);
body = JSON.parse(body);
body['ip'] = getAvailrunner(runner).label;