Add debugging for Python 3.3
This commit is contained in:
parent
e90f433e5e
commit
b83113bda5
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue