Add debugging for Python 3.3
This commit is contained in:
parent
e90f433e5e
commit
b83113bda5
|
@ -3058,7 +3058,7 @@ class User(_BaseObject):
|
||||||
|
|
||||||
seq.append(PlayedTrack(Track(artist, title, self.network), date, timestamp))
|
seq.append(PlayedTrack(Track(artist, title, self.network), date, timestamp))
|
||||||
|
|
||||||
print seq
|
print(seq)
|
||||||
return seq
|
return seq
|
||||||
|
|
||||||
def get_id(self):
|
def get_id(self):
|
||||||
|
|
Loading…
Reference in a new issue