diff --git a/pylast.py b/pylast.py index 20ce68f..4cc9a79 100644 --- a/pylast.py +++ b/pylast.py @@ -3058,7 +3058,7 @@ class User(_BaseObject): seq.append(PlayedTrack(Track(artist, title, self.network), date, timestamp)) - print seq + print(seq) return seq def get_id(self):