Rakshitjan commited on
Commit
5ab1e30
·
verified ·
1 Parent(s): 94bf953

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -274,7 +274,9 @@ async def generate_roadmap(study_input: StudyInput):
274
  chem = json.load(file)
275
  with open('Maths.json', 'r', encoding='utf-8') as file:
276
  maths = json.load(file)
277
-
 
 
278
  # Remove completed chapters
279
  phy = remove_completed_chapters(phy, study_input.completed_phy_chapters)
280
  chem = remove_completed_chapters(chem, study_input.completed_chem_chapters)
 
274
  chem = json.load(file)
275
  with open('Maths.json', 'r', encoding='utf-8') as file:
276
  maths = json.load(file)
277
+ print(phy)
278
+ print(chem)
279
+ print(math)
280
  # Remove completed chapters
281
  phy = remove_completed_chapters(phy, study_input.completed_phy_chapters)
282
  chem = remove_completed_chapters(chem, study_input.completed_chem_chapters)