def get(self, team):
   self.writeJsonp(json.dumps(clues.get_all(self.cursor, team)))
 def get(self, team):
   self.writeJsonp(json.dumps(clues.get_all(self.db, team)))
   self.db.close()