Esempio n. 1
0
 def get(self):
     SESSION.start_recording()
     self.set_header('Content-Type', 'application/json')
     self.write(json.dumps(True))
Esempio n. 2
0
 def get(self):
     SESSION.start_recording()
     self.set_header('Content-Type', 'application/json')
     self.write(json.dumps(True))