Fixed..
This commit is contained in:
parent
a8fea31a32
commit
06b539b884
@ -58,6 +58,8 @@ class Application(BaseApplication):
|
||||
self.jinja2_env.add_extension(EmojiExtension)
|
||||
|
||||
self.setup_router()
|
||||
self.db.query("PRAGMA journal_mode=WAL")
|
||||
self.db.query("PRAGMA syncnorm=off")
|
||||
self.cache = Cache(self)
|
||||
self.services = get_services(app=self)
|
||||
self.mappers = get_mappers(app=self)
|
||||
|
Loading…
Reference in New Issue
Block a user