AIdeaText commited on
Commit
4d2b77b
verified
1 Parent(s): f45fbb2

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=100):
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
  """