Skip to content

Commit

Permalink
update timetable url to new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dipamsen committed Oct 1, 2024
1 parent 8069b43 commit 0532c5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
<p align="right">(<a href="#top">back to top</a>)</p>

<!-- GETTING STARTED -->
Expand Down
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 0532c5f

Please sign in to comment.