refactor(audio/youtubedl): remove redundant <> from repr
This commit is contained in:
		@@ -60,7 +60,7 @@ class YTDLSource(PCMVolumeTransformer):
 | 
				
			|||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def __repr__(self):
 | 
					    def __repr__(self):
 | 
				
			||||||
        return f"<YTDLSource title={self.title} original_url=<{self.original_url}> duration={self.duration}>"
 | 
					        return f"<YTDLSource title={self.title} original_url={self.original_url} duration={self.duration}>"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def __str__(self):
 | 
					    def __str__(self):
 | 
				
			||||||
        return self.__repr__()
 | 
					        return self.__repr__()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user