Update modules/database/semantic_mongo_live_db.py
Browse files
modules/database/semantic_mongo_live_db.py
CHANGED
|
@@ -102,7 +102,7 @@ def store_student_semantic_live_result(username, text, analysis_result, lang_cod
|
|
| 102 |
|
| 103 |
##########################################
|
| 104 |
##########################################
|
| 105 |
-
def get_student_semantic_live_analysis(username, limit=
|
| 106 |
"""
|
| 107 |
Versi贸n corregida sin usar projection
|
| 108 |
"""
|
|
|
|
| 102 |
|
| 103 |
##########################################
|
| 104 |
##########################################
|
| 105 |
+
def get_student_semantic_live_analysis(username, limit=10):
|
| 106 |
"""
|
| 107 |
Versi贸n corregida sin usar projection
|
| 108 |
"""
|