File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 URLS = {}
2626
2727 while True :
28- config ["username" ] = input ("\n Enter BITS ID [Eg: f2016015]\n " )
28+ config ["username" ] = input ("Enter BITS ID [Eg: f2016015]\n " )
2929 config ["username" ] += "@pilani.bits-pilani.ac.in"
3030
31- config ["password" ] = getpass (prompt = "Enter nalanda password:" )
31+ config ["password" ] = getpass (prompt = "Enter nalanda password:\n " , )
3232
3333 result = session .post (LOGIN_LINK , data = config )
3434 result = BeautifulSoup (result .text , "html.parser" )
5555
5656 json .dump (URLS , open (DATA_FILE , 'w' ), indent = 4 )
5757 json .dump (sub_name_url , open (SUBJECTS_FILE , "w" ), indent = 4 )
58- print ("\n Installation Successful ✔" )
58+ print ("Installation Successful ✔" )
5959
6060except KeyboardInterrupt :
6161 quit ("Installation cancelled by user. Please retry." )
You can’t perform that action at this time.
0 commit comments