HK0712 commited on
Commit
e674e53
·
1 Parent(s): d0d8180

removed useless contents

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -192,8 +192,6 @@ async def generate_and_store_courses(req: GenerateRequest):
192
  "description": course.get('description', ''),
193
  "length_of_content": practice_count,
194
  "content": None,
195
- "is_completed": False,
196
- "current_index": 0,
197
  "internal_meta": {
198
  "internal_only": True,
199
  "target_language": req.target_language,
 
192
  "description": course.get('description', ''),
193
  "length_of_content": practice_count,
194
  "content": None,
 
 
195
  "internal_meta": {
196
  "internal_only": True,
197
  "target_language": req.target_language,