mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	remove unnecessary assignment parenthesis
This commit is contained in:
		| @@ -163,7 +163,7 @@ class NiconicoIE(InfoExtractor): | ||||
|         self._login() | ||||
|  | ||||
|     def _login(self): | ||||
|         (username, password) = self._get_login_info() | ||||
|         username, password = self._get_login_info() | ||||
|         # No authentication to be performed | ||||
|         if not username: | ||||
|             return True | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine