Update modules/studentact/student_activities.py
Browse files
modules/studentact/student_activities.py
CHANGED
@@ -23,7 +23,7 @@ try:
|
|
23 |
from ..database.semantic_mongo_db import get_student_semantic_data
|
24 |
from ..database.discourse_mongo_db import get_student_discourse_data
|
25 |
|
26 |
-
from ..database.
|
27 |
|
28 |
logger.info("Importaciones locales exitosas")
|
29 |
except ImportError as e:
|
|
|
23 |
from ..database.semantic_mongo_db import get_student_semantic_data
|
24 |
from ..database.discourse_mongo_db import get_student_discourse_data
|
25 |
|
26 |
+
from ..database.chat_mongo_db import get_chat_history
|
27 |
|
28 |
logger.info("Importaciones locales exitosas")
|
29 |
except ImportError as e:
|