wip subscription org
This commit is contained in:
@@ -71,7 +71,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')
|
||||
|
||||
|
||||
# Post-migration: remove the following function
|
||||
|
||||
Reference in New Issue
Block a user