We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49d365 commit ff16fd3Copy full SHA for ff16fd3
codeitsuisse/routes/boredSc.py
@@ -12,7 +12,7 @@ def evaluateBoredScribe():
12
data = request.get_json();
13
logging.info("data sent for evaluation {}".format(data))
14
logging.info("My result :{}".format(data))
15
- return json.dumps(result);
+ return json.dumps(data);
16
17
18
0 commit comments