File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -259,10 +259,11 @@ def interactive_menu():
259259 ("Education" , 3 ),
260260 ("Skills" , 4 ),
261261 ("Projects" , 5 ),
262- ("Certifications" , 6 ),
263- ("Achievements" , 7 ),
264- ("Generate PDF" , 8 ),
265- ("Exit" , 9 )
262+ ("Internships" , 6 ),
263+ ("Certifications" , 7 ),
264+ ("Achievements" , 8 ),
265+ ("Generate PDF" , 9 ),
266+ ("Exit" , 10 )
266267 ]
267268 ).run ()
268269
@@ -276,13 +277,15 @@ def interactive_menu():
276277 add_skills ()
277278 elif choice == 5 :
278279 add_projects ()
279- elif choice == 6 :
280- add_certifications ()
280+ elif choice == 6 :
281+ add_internships ()
281282 elif choice == 7 :
282- add_achievements ()
283+ add_certifications ()
283284 elif choice == 8 :
284- generate_pdf ()
285+ add_achievements ()
285286 elif choice == 9 :
287+ generate_pdf ()
288+ elif choice == 10 :
286289 break
287290
288291# Start the program
You can’t perform that action at this time.
0 commit comments