diff --git a/README.md b/README.md index 38a0760..429edb3 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,6 @@ Gets your timetable from ERP and adds it to your Google Calendar or gives you an ICS file which you can add in any common calendar application. -> **Note** All updates to this repo should reflect, with appropriate refactorisation, in [gyft-serve](https://github.com/metakgp/gyft-serve/) -

(back to top)

diff --git a/gyft.py b/gyft.py index dcd4f91..7a20d86 100644 --- a/gyft.py +++ b/gyft.py @@ -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={}" )