def run_debug(self, host, port):
"""
??leics??
????: debug
"""
app = DebuggedApplication(self, evalex=True)
print "\033[31m{Debug}\033[0m [leics] is running on [http://%s:%d]" % (host, port)
WSGIServer((host, port), app).serve_forever()
评论列表
文章目录