Update modules/studentact/student_activities_v2.py
Browse files
modules/studentact/student_activities_v2.py
CHANGED
@@ -19,6 +19,7 @@ import logging
|
|
19 |
# Importaciones de la base de datos
|
20 |
# from ..database.morphosintax_mongo_db import get_student_morphosyntax_analysis
|
21 |
|
|
|
22 |
from ..database.semantic_mongo_db import get_student_semantic_analysis
|
23 |
from ..database.discourse_mongo_db import get_student_discourse_analysis
|
24 |
|
|
|
19 |
# Importaciones de la base de datos
|
20 |
# from ..database.morphosintax_mongo_db import get_student_morphosyntax_analysis
|
21 |
|
22 |
+
from ..database.semantic_mongo_live_db import get_student_semantic_live_analysis
|
23 |
from ..database.semantic_mongo_db import get_student_semantic_analysis
|
24 |
from ..database.discourse_mongo_db import get_student_discourse_analysis
|
25 |
|