mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	remove unnecessary assignment parenthesis
This commit is contained in:
		| @@ -24,7 +24,7 @@ class ZattooBaseIE(InfoExtractor): | ||||
|     _power_guide_hash = None | ||||
|  | ||||
|     def _login(self): | ||||
|         (username, password) = self._get_login_info() | ||||
|         username, password = self._get_login_info() | ||||
|         if not username or not password: | ||||
|             self.raise_login_required( | ||||
|                 'A valid %s account is needed to access this media.' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine