app add ext

This commit is contained in:
aozhiwei 2020-03-25 16:06:25 +08:00
parent 558d01eae5
commit 11b6e20c15

View File

@ -26,6 +26,7 @@ class _App:
return cls._instance
def __init__(self):
self.ext = {}
self._listened = False
self._requestHandler = {}
self._app = tornado.web.Application([