kubernecces
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-24 17:08:59 +01:00
parent 0b2901ec3b
commit f54d752657
2 changed files with 65 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ma.init_app(app)
with app.app_context():
db.create_all()
""
formatter = logging.Formatter(
fmt="%(asctime)s - %(levelname)s - %(module)s - %(message)s"
)