embed active toggle get_maildropline

This commit is contained in:
2021-12-23 12:36:15 +01:00
parent 6cbdfcecaa
commit 5df9c0de93
3 changed files with 46 additions and 25 deletions

View File

@@ -1,8 +1,9 @@
"""Initialise flask app"""
from flask import Flask
app = Flask(__name__)
import autoreply_editor.main
import autoreply_editor.main #pylint: disable=wrong-import-position
app.config['BASIC_AUTH_FORCE'] = True
app.config.from_pyfile("../config.py")