From 11b6e20c1554abbd591451f08103477e2015d718 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 25 Mar 2020 16:06:25 +0800 Subject: [PATCH] app add ext --- f7/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/f7/app.py b/f7/app.py index 5fe05f7..3c7d7a1 100644 --- a/f7/app.py +++ b/f7/app.py @@ -26,6 +26,7 @@ class _App: return cls._instance def __init__(self): + self.ext = {} self._listened = False self._requestHandler = {} self._app = tornado.web.Application([