Remove artist.shout("<3")
There is no shout() method for the artist object.
This commit is contained in:
parent
a516a44c32
commit
ce2c1e6f76
|
@ -88,7 +88,6 @@ network = pylast.LastFMNetwork(
|
||||||
|
|
||||||
# Now you can use that object everywhere
|
# Now you can use that object everywhere
|
||||||
artist = network.get_artist("System of a Down")
|
artist = network.get_artist("System of a Down")
|
||||||
artist.shout("<3")
|
|
||||||
|
|
||||||
|
|
||||||
track = network.get_track("Iron Maiden", "The Nomad")
|
track = network.get_track("Iron Maiden", "The Nomad")
|
||||||
|
|
Loading…
Reference in a new issue