KevinLage / Edu-Account-creator

300 stars 177 forks source link

> Throws "list index out of range" for when trying to create an account in any of those colleges and opens firefox instance indefinitely untill terminated #39

Open Harish4948 opened 4 years ago

Harish4948 commented 4 years ago

Throws "list index out of range" for when trying to create an account in any of those colleges and opens firefox instance indefinitely untill terminated

A simple fix is to comment the following line in generator class generateidentity function

self.card = self.html.split(

"
{self.cardtype}
")[1].split("")[0].split("
")[1]

Originally posted by @Harish4948 in https://github.com/KevinLage/Edu-Account-creator/issues/38#issuecomment-615241075

KevinLage commented 4 years ago

thanks, fixed it