kokarare1212 / librespot-python

Method hidden by an attribute PYL-E0202
Bug risk
Critical
2 years ago3 years old
An attribute defined in librespot.audio line 491 hides this method
484            self.__file_id = file_id
485            self.set_url(url)
486
487        def url(self):488            if self.__expiration == -1:
489                return self.url
490            if self.__expiration <= int(time.time() * 1000) + 5 * 60 * 1000: