Remove blank line

This commit is contained in:
Tran Tieu Binh 2021-05-29 14:24:41 +07:00
parent ce2c1e6f76
commit 1a35601f51

View file

@ -87,9 +87,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")
track = network.get_track("Iron Maiden", "The Nomad") track = network.get_track("Iron Maiden", "The Nomad")
track.love() track.love()
track.add_tags(("awesome", "favorite")) track.add_tags(("awesome", "favorite"))