mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 08:53:37 +00:00
Merge pull request #841 from JackDandy/feature/ChangePiSProv
Change PiSexy auth check.
This commit is contained in:
commit
80cf6494e8
2 changed files with 2 additions and 1 deletions
|
@ -246,6 +246,7 @@
|
|||
* Fix rTorrent auth and magnet issue
|
||||
* Change torrent provider links for bts, et, rarbg, tpb
|
||||
* Change IPT uri used for sanity check
|
||||
* Change PiSexy auth check
|
||||
|
||||
|
||||
### 0.11.16 (2016-10-16 17:30:00 UTC)
|
||||
|
|
|
@ -41,7 +41,7 @@ class PiSexyProvider(generic.TorrentProvider):
|
|||
def _authorised(self, **kwargs):
|
||||
|
||||
return super(PiSexyProvider, self)._authorised(
|
||||
logged_in=(lambda y=None: self.has_all_cookies(['uid', 'pass', 'pcode', 'pisexy'])))
|
||||
logged_in=(lambda y=None: self.has_all_cookies(['uid', 'pass', 'pcode'])))
|
||||
|
||||
def _search_provider(self, search_params, **kwargs):
|
||||
|
||||
|
|
Loading…
Reference in a new issue