Add debugging for Python 3.3

This commit is contained in:
hugovk 2014-03-02 12:17:22 +02:00
parent 892ccd3585
commit e90f433e5e

View file

@ -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