You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02: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