[Nebula] Fix bug in 52efa4b312

pull/3291/head
pukkandan 2 years ago
parent 5d45484cc7
commit 4c268f9cb7
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

@ -86,7 +86,7 @@ class NebulaBaseIE(InfoExtractor):
# if 401 or 403, attempt credential re-auth and retry
if exc.cause and isinstance(exc.cause, urllib.error.HTTPError) and exc.cause.code in (401, 403):
self.to_screen(f'Reauthenticating to Nebula and retrying, because last {auth_type} call resulted in error {exc.cause.code}')
self._login()
self._perform_login()
return inner_call()
else:
raise

Loading…
Cancel
Save