fix retain key
This commit is contained in:
@@ -76,7 +76,7 @@ def post_course(payload: Course):
|
||||
def get_course(id: str):
|
||||
return course_collect.get_item(
|
||||
KeyPair(id, '0'),
|
||||
exception_cls=NotFoundError,
|
||||
exc_cls=NotFoundError,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user