[lynda] Style

This commit is contained in:
Sergey M․ 2015-11-14 16:44:24 +06:00
parent 903d136942
commit 0d85c3a732
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class LyndaBaseIE(InfoExtractor):
self._login()
def _login(self):
(username, password) = self._get_login_info()
username, password = self._get_login_info()
if username is None:
return