From ce2c1e6f769d262300c88d9c08f0df645ea6bd24 Mon Sep 17 00:00:00 2001 From: Tran Tieu Binh Date: Sat, 29 May 2021 13:57:30 +0700 Subject: [PATCH 1/2] 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") From 1a35601f513b7902e623da2704f0c023f09f0e3d Mon Sep 17 00:00:00 2001 From: Tran Tieu Binh Date: Sat, 29 May 2021 14:24:41 +0700 Subject: [PATCH 2/2] Remove blank line --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index c4f4ad6..77e381c 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,6 @@ network = pylast.LastFMNetwork( ) # Now you can use that object everywhere -artist = network.get_artist("System of a Down") - - track = network.get_track("Iron Maiden", "The Nomad") track.love() track.add_tags(("awesome", "favorite"))