mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-15 13:55:05 -05:00
Merge pull request #1317 from lsborg/torrentbytes
Updated login param value for torrentBytes provider
This commit is contained in:
commit
5477df5073
@ -81,7 +81,7 @@ class TorrentBytesProvider(generic.TorrentProvider):
|
|||||||
|
|
||||||
login_params = {'username': self.username,
|
login_params = {'username': self.username,
|
||||||
'password': self.password,
|
'password': self.password,
|
||||||
'login': 'submit'
|
'login': 'Log in!'
|
||||||
}
|
}
|
||||||
|
|
||||||
self.session = requests.Session()
|
self.session = requests.Session()
|
||||||
|
Loading…
Reference in New Issue
Block a user