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