Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. def toDict(self):
  2.         return {'messaggio':self.messaggio,'id':self.id,'email':self.email,'nickname':self.nickname,'dataInserimento':self.dataInserimento.strftime('%d-%m-%Y %H:%M:%S')}