Update modules/database/discourse_mongo_db.py
Browse files
modules/database/discourse_mongo_db.py
CHANGED
@@ -148,7 +148,7 @@ def get_student_discourse_analysis(username, limit=10):
|
|
148 |
except Exception as e:
|
149 |
logger.error(f"Error recuperando análisis del discurso: {str(e)}")
|
150 |
return []
|
151 |
-
|
152 |
#####################################################################################
|
153 |
|
154 |
def get_student_discourse_data(username):
|
|
|
148 |
except Exception as e:
|
149 |
logger.error(f"Error recuperando análisis del discurso: {str(e)}")
|
150 |
return []
|
151 |
+
|
152 |
#####################################################################################
|
153 |
|
154 |
def get_student_discourse_data(username):
|