예제 #1
0
 def POST(self):
     payload = web.data()
     d = simplejson.loads(payload)
     identifier = d and d.get('identifier')
     if identifier:
         lending.sync_loan(identifier)
         waitinglist.on_waitinglist_update(identifier)
예제 #2
0
 def POST(self):
     payload = web.data()
     d = simplejson.loads(payload)
     identifier = d and d.get('identifier')
     if identifier:
         lending.sync_loan(identifier)
         waitinglist.on_waitinglist_update(identifier)