diff --git a/couchpotato/core/providers/torrent/torrentshack/main.py b/couchpotato/core/providers/torrent/torrentshack/main.py index 91a97770..2c428e28 100644 --- a/couchpotato/core/providers/torrent/torrentshack/main.py +++ b/couchpotato/core/providers/torrent/torrentshack/main.py @@ -72,4 +72,4 @@ class TorrentShack(TorrentProvider): }) def loginSuccess(self, output): - return '/logout.php' in output.lower() + return 'logout.php' in output.lower()