add download cert
This commit is contained in:
@@ -64,9 +64,7 @@ def put_course(course_id: str):
|
||||
event = router.current_event
|
||||
|
||||
if not event.decoded_body:
|
||||
raise BadRequestError('Invalid request body')
|
||||
|
||||
now_ = now()
|
||||
raise BadRequestError('Invalid request body') now_ = now()
|
||||
body = parse(
|
||||
event.headers,
|
||||
BytesIO(event.decoded_body.encode()),
|
||||
|
||||
Reference in New Issue
Block a user