mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-04 19:17:07 -05:00
remove unnecessary assignment parenthesis
This commit is contained in:
@@ -53,7 +53,7 @@ class PatreonIE(InfoExtractor):
|
||||
# needed. Keeping this commented for when this inevitably changes.
|
||||
'''
|
||||
def _login(self):
|
||||
(username, password) = self._get_login_info()
|
||||
username, password = self._get_login_info()
|
||||
if username is None:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user