1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Updated login param value for torrentBytes provider. Fixes SiCKRAGETV/sickrage-issues#604.

This commit is contained in:
leandro 2015-02-14 23:48:17 -02:00
parent c62d8f2c79
commit eebd5f3cd3

View File

@ -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()