embed active toggle get_maildropline
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user