def unlock_db(self):
     BaseService.unlock_db(self)
     if self.is_multiprocess:
         self.send("DB_UNLOCK")
Ejemplo n.º 2
0
 def unlock_db(self):
     BaseService.unlock_db(self)
     if self.is_multiprocess:
         self.send('DB_UNLOCK')