From ce2c1e6f769d262300c88d9c08f0df645ea6bd24 Mon Sep 17 00:00:00 2001 From: Tran Tieu Binh Date: Sat, 29 May 2021 13:57:30 +0700 Subject: [PATCH] Remove artist.shout("<3") There is no shout() method for the artist object. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fb05c3b..c4f4ad6 100644 --- a/README.md +++ b/README.md @@ -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")