1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[lynda] Style

This commit is contained in:
Sergey M․ 2015-11-14 16:44:24 +06:00
parent 903d136942
commit 0d85c3a732

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