From b83113bda55a544de429c0181f807c6dd366124f Mon Sep 17 00:00:00 2001 From: hugovk Date: Sun, 2 Mar 2014 12:19:22 +0200 Subject: [PATCH] Add debugging for Python 3.3 --- pylast.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylast.py b/pylast.py index 20ce68f..4cc9a79 100644 --- a/pylast.py +++ b/pylast.py @@ -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):