Esempio n. 1
0
 def get(self, team):
   self.writeJsonp(json.dumps(clues.get_all(self.cursor, team)))
Esempio n. 2
0
 def get(self, team):
   self.writeJsonp(json.dumps(clues.get_all(self.db, team)))
   self.db.close()