Skip to content

Commit ff16fd3

Browse files
author
moses
committed
fixed variable name
1 parent c49d365 commit ff16fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeitsuisse/routes/boredSc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def evaluateBoredScribe():
1212
data = request.get_json();
1313
logging.info("data sent for evaluation {}".format(data))
1414
logging.info("My result :{}".format(data))
15-
return json.dumps(result);
15+
return json.dumps(data);
1616

1717

1818

0 commit comments

Comments
 (0)