[adobepass] remove unnecessary option

This commit is contained in:
Remita Amine 2016-09-14 16:36:42 +01:00
parent 86d68f906e
commit 5712c0f426
3 changed files with 1 additions and 9 deletions

View file

@ -83,9 +83,8 @@ class AdobePassIE(InfoExtractor):
}
guid = xml_text(resource, 'guid')
retries = self._downloader.params.get('ap_retries', 3)
count = 0
while count < retries:
while count < 2:
requestor_info = self._downloader.cache.load('mvpd', requestor_id) or {}
authn_token = requestor_info.get('authn_token')
if authn_token and is_expired(authn_token, 'simpleTokenExpires'):