Beispiel #1
0
 def markContentImages(self, images):
     '''save content image in mysql, ifused=1
         
     '''
     try:
         service = MysqlService(self.log)
         service.setImages(images)
         return True
     except Exception as e:
         self.log.printError("markContentImages error: '%s'" %(e)) 
         return False