Spaces:
Runtime error
Runtime error
Update study_generators.py
Browse files- study_generators.py +1 -1
study_generators.py
CHANGED
@@ -37,7 +37,7 @@ class StudyMaterialGenerator:
|
|
37 |
logger.error(f"Erro ao gerar quest玫es: {e}")
|
38 |
return []
|
39 |
|
40 |
-
def generate_materials(self, user_id, topic, hours)
|
41 |
"""Gera material de estudo para um t贸pico espec铆fico"""
|
42 |
try:
|
43 |
conn = self.db.get_connection()
|
|
|
37 |
logger.error(f"Erro ao gerar quest玫es: {e}")
|
38 |
return []
|
39 |
|
40 |
+
def generate_materials(self, user_id, topic, hours) -> Dict:
|
41 |
"""Gera material de estudo para um t贸pico espec铆fico"""
|
42 |
try:
|
43 |
conn = self.db.get_connection()
|