X-Git-Url: http://gitweb.pimeys.fr/?p=bots%2Fparrot.git;a=blobdiff_plain;f=quotes.py;h=80fea5328eafd7f25bd41a373f2be71d565551be;hp=e280d8da6983d41abfc322eefcd89e5000461f83;hb=a8f3510661256d23aa62fe24c07e99aa3de06b13;hpb=f3108f2e01a5e36d48f8d3ccd82a6a34c46d6077 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):