diff --git a/aprendizations/serve.py b/aprendizations/serve.py index 8b14a27..5c878c1 100644 --- a/aprendizations/serve.py +++ b/aprendizations/serve.py @@ -411,7 +411,7 @@ class QuestionHandler(BaseHandler): return # --- brain hacking ;) - await asyncio.sleep(1.5) + # await asyncio.sleep(1.5) # --- answers are in a list. fix depending on question type qtype = self.learn.get_student_question_type(user) diff --git a/aprendizations/templates/courses.html b/aprendizations/templates/courses.html index 9f0df25..1aee6cf 100644 --- a/aprendizations/templates/courses.html +++ b/aprendizations/templates/courses.html @@ -24,7 +24,7 @@ -