Chaitanya-aitf commited on
Commit
5e76230
·
verified ·
1 Parent(s): b5fb3cd

Update scoring/domain_processors/podcast_processor.py

Browse files
scoring/domain_processors/podcast_processor.py CHANGED
@@ -157,6 +157,7 @@ class PodcastProcessor(BaseDomainProcessor):
157
  "issues": [],
158
  "strengths": [],
159
  "recommended_start": None,
 
160
  "context_intro_needed": False,
161
  "question_found": None,
162
  }
 
157
  "issues": [],
158
  "strengths": [],
159
  "recommended_start": None,
160
+ "recommended_end": None,
161
  "context_intro_needed": False,
162
  "question_found": None,
163
  }