diff --git a/pylast.py b/pylast.py index 12d399c..20ce68f 100644 --- a/pylast.py +++ b/pylast.py @@ -3045,8 +3045,9 @@ class User(_BaseObject): seq = [] for track in _collect_nodes(limit, self, "user.getRecentTracks", True, params): - print type(track) - print track + print(type(track)) + print(track) + print(track.toprettyxml()) if track.hasAttribute('nowplaying'): continue #to prevent the now playing track from sneaking in here