mirror of
https://github.com/iFargle/headscale-webui.git
synced 2025-12-18 16:19:56 +01:00
test
This commit is contained in:
@@ -10,7 +10,7 @@ from flask.logging import create_logger
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
# app = Flask(__name__)
|
||||
app = SQLAlchemy.init_app()
|
||||
app = SQLAlchemy.init_app(Flask(__name__))
|
||||
LOG = create_logger(app)
|
||||
executor = Executor(app)
|
||||
LOG.debug("Flask App Dump: "+str(app.config))
|
||||
|
||||
Reference in New Issue
Block a user