diff --git a/application/services/sentiment_service.py b/application/services/sentiment_service.py index 4beff88..af135d3 100644 --- a/application/services/sentiment_service.py +++ b/application/services/sentiment_service.py @@ -25,4 +25,4 @@ def get_data(): def scrapp(): url = request.get_json() comments = scrapp_comments(url['link']) - return jsonify({'comments':comments}) \ No newline at end of file + return jsonify({'sentences':comments}) \ No newline at end of file