File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414SUBJECTS_FILE = join (INSTALL_PATH ,"subjects.json" )
1515DATA_FILE = join (INSTALL_PATH ,"data.json" )
1616CONFIG_FILE = join (INSTALL_PATH ,"config.json" )
17- LOGIN_LINK = "http ://nalanda.bits-pilani.ac.in/login/index.php"
18- HOMEPAGE_LINK = "http ://nalanda.bits-pilani.ac.in/my"
17+ LOGIN_LINK = "https ://nalanda.bits-pilani.ac.in/login/index.php"
18+ HOMEPAGE_LINK = "https ://nalanda.bits-pilani.ac.in/my"
1919
2020session = requests .session ()
2121
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ SUB_NAMES = list(subs.values())
1717SUB_URLS = list (subs .keys ())
1818RANGE_SUBS = range (len (SUB_URLS ))
1919
20- ZIP_FILE_LINK = "http ://nalanda.bits-pilani.ac.in/mod/folder/download_folder.php"
21- LOGIN_LINK = "http ://nalanda.bits-pilani.ac.in/login/index.php"
20+ ZIP_FILE_LINK = "https ://nalanda.bits-pilani.ac.in/mod/folder/download_folder.php"
21+ LOGIN_LINK = "https ://nalanda.bits-pilani.ac.in/login/index.php"
2222
2323URLS = {}
2424for x in RANGE_SUBS :
You can’t perform that action at this time.
0 commit comments