Update modules/__init__.py
Browse files- modules/__init__.py +1 -1
modules/__init__.py
CHANGED
@@ -86,7 +86,7 @@ def load_database_functions():
|
|
86 |
'store_student_discourse_result': store_student_discourse_result,
|
87 |
'get_student_discourse_analysis': get_student_discourse_analysis,
|
88 |
'update_student_discourse_analysis': update_student_discourse_analysis,
|
89 |
-
'delete_student_discourse_analysis'
|
90 |
'get_student_discourse_data': get_student_discourse_data
|
91 |
}
|
92 |
|
|
|
86 |
'store_student_discourse_result': store_student_discourse_result,
|
87 |
'get_student_discourse_analysis': get_student_discourse_analysis,
|
88 |
'update_student_discourse_analysis': update_student_discourse_analysis,
|
89 |
+
'delete_student_discourse_analysis': delete_student_discourse_analysis,
|
90 |
'get_student_discourse_data': get_student_discourse_data
|
91 |
}
|
92 |
|