mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 02:57:56 +00:00
Removed undefined function
This commit is contained in:
@@ -73,7 +73,6 @@ class ConfigManager(dict):
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.config = dict()
|
self.config = dict()
|
||||||
self.parse_env()
|
|
||||||
|
|
||||||
def init_app(self, app):
|
def init_app(self, app):
|
||||||
self.config.update(app.config)
|
self.config.update(app.config)
|
||||||
|
|||||||
Reference in New Issue
Block a user