mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	remove unnecessary assignment parenthesis
This commit is contained in:
		| @@ -35,7 +35,7 @@ class CuriosityStreamBaseIE(InfoExtractor): | ||||
|         return result['data'] | ||||
|  | ||||
|     def _real_initialize(self): | ||||
|         (email, password) = self._get_login_info() | ||||
|         email, password = self._get_login_info() | ||||
|         if email is None: | ||||
|             return | ||||
|         result = self._download_json( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user