fix limit
This commit is contained in:
@@ -62,7 +62,7 @@ def lambda_handler(event: EventBridgeEvent, context: LambdaContext) -> bool:
|
||||
|
||||
class CourseNotFoundError(Exception):
|
||||
def __init__(self, *args):
|
||||
super().__init__('Course not found')
|
||||
super().__init__('Course not found in SQLite')
|
||||
|
||||
|
||||
def _get_course(course_id: str) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user