mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-18 20:46:31 +01:00
remove unnecessary assignment parenthesis
This commit is contained in:
parent
ec2f3d2800
commit
68217024e8
33 changed files with 32 additions and 42 deletions
|
|
@ -51,7 +51,7 @@ class FunimationIE(InfoExtractor):
|
|||
}]
|
||||
|
||||
def _login(self):
|
||||
(username, password) = self._get_login_info()
|
||||
username, password = self._get_login_info()
|
||||
if username is None:
|
||||
return
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue