From 1a35601f513b7902e623da2704f0c023f09f0e3d Mon Sep 17 00:00:00 2001 From: Tran Tieu Binh Date: Sat, 29 May 2021 14:24:41 +0700 Subject: [PATCH] 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"))