mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-28 18:04:33 +02:00
fix storiesonline login (again) - parameter name was changed back to "email" (#840)
This commit is contained in:
parent
379d6ac634
commit
ceccc5baab
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class StoriesOnlineNetAdapter(BaseSiteAdapter):
|
|||
return
|
||||
soup = self.make_soup(data)
|
||||
params = {}
|
||||
params['username'] = username
|
||||
params['email'] = username
|
||||
postAction = soup.find('form')['action']
|
||||
|
||||
parsedUrl = urlparse(useurl)
|
||||
|
|
|
|||
Loading…
Reference in a new issue