mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
Updated login param value for torrentBytes provider. Fixes SiCKRAGETV/sickrage-issues#604.
This commit is contained in:
parent
c62d8f2c79
commit
eebd5f3cd3
@ -81,7 +81,7 @@ class TorrentBytesProvider(generic.TorrentProvider):
|
||||
|
||||
login_params = {'username': self.username,
|
||||
'password': self.password,
|
||||
'login': 'submit'
|
||||
'login': 'Log in!'
|
||||
}
|
||||
|
||||
self.session = requests.Session()
|
||||
|
Loading…
Reference in New Issue
Block a user