Rakshitjan commited on
Commit
93b99bb
·
verified ·
1 Parent(s): bf62aa6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -116,7 +116,7 @@ async def generate_roadmap(input_data: RoadmapInput):
116
  phy = remove_completed_chapters(phy, input_data.completed_phy_chapters)
117
  chem = remove_completed_chapters(chem, input_data.completed_chem_chapters)
118
  maths = remove_completed_chapters(maths, input_data.completed_maths_chapters)
119
- total_time=10;
120
  # Get topics within timeframe
121
  physics_topics = get_topics_within_timeframe(phy, total_time, input_data.startphyRoadmapFrom)
122
  chemistry_topics = get_topics_within_timeframe(chem, total_time, input_data.startchemRoadmapFrom)
 
116
  phy = remove_completed_chapters(phy, input_data.completed_phy_chapters)
117
  chem = remove_completed_chapters(chem, input_data.completed_chem_chapters)
118
  maths = remove_completed_chapters(maths, input_data.completed_maths_chapters)
119
+ total_time=10;
120
  # Get topics within timeframe
121
  physics_topics = get_topics_within_timeframe(phy, total_time, input_data.startphyRoadmapFrom)
122
  chemistry_topics = get_topics_within_timeframe(chem, total_time, input_data.startchemRoadmapFrom)