コード例 #1
0
ファイル: tornadoapp.py プロジェクト: braindex/mongo-tornado
 def get(self, accname):
     a = act.Account_http()
     res = [a.get_id_with_name(accname)]
     self.write(json.dumps(res, default=json_util.default))