Skip to content

Commit

Permalink
Merge pull request #144 from dipamsen/fixes
Browse files Browse the repository at this point in the history
Update timetable url to point to new endpoint
  • Loading branch information
proffapt authored Oct 1, 2024
2 parents 8069b43 + b68bdd5 commit 705462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gyft.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def main():

def get_courses(session: requests.Session, sso_token: str, roll_number: str):

erp_timetable_url = "https://erp.iitkgp.ac.in/Acad/student/view_stud_time_table.jsp"
erp_timetable_url = "https://erp.iitkgp.ac.in/Acad/student/student_timetable.jsp"
courses_url: str = (
"https://erp.iitkgp.ac.in/Academic/student_performance_details_ug.htm?semno={}&rollno={}"
)
Expand Down

0 comments on commit 705462d

Please sign in to comment.