Change PiSexy auth check.

This commit is contained in:
JackDandy 2016-12-12 23:08:37 +00:00
parent 88d939c1e9
commit cb3de104fb
2 changed files with 2 additions and 1 deletions

View file

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

View file

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