Remove artist.shout("<3")

There is no shout() method for the artist object.
This commit is contained in:
Tran Tieu Binh 2021-05-29 13:57:30 +07:00
parent a516a44c32
commit ce2c1e6f76

View file

@ -88,7 +88,6 @@ network = pylast.LastFMNetwork(
# Now you can use that object everywhere
artist = network.get_artist("System of a Down")
artist.shout("<3")
track = network.get_track("Iron Maiden", "The Nomad")