From a8f3510661256d23aa62fe24c07e99aa3de06b13 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sat, 12 Mar 2016 14:38:39 +0100 Subject: [PATCH] =?utf8?q?On=20jsoninze=20les=20proper=5Fplace=20et=20prop?= =?utf8?q?er=5Fqoter=20plut=C3=B4t?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- quotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quotes.py b/quotes.py index e280d8d..80fea53 100644 --- a/quotes.py +++ b/quotes.py @@ -54,7 +54,7 @@ class Quote(object): def jsonize(self): d = {"author" : self.author, "content" : self.content, "timestamp" : self.timestamp.strftime(u"%F_%T"), - "place" : self.place, "quoter" : self.quoter} + "place" : self.proper_place, "quoter" : self.proper_quoter} return d def __get_proper_place(self): -- 2.39.2