Add emails_sent metric

This commit is contained in:
rubenwardy
2023-06-19 23:34:49 +01:00
parent 3992b30cc2
commit edce45f71a
4 changed files with 25 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ app.config["LANGUAGES"] = {
app.config.from_pyfile(os.environ["FLASK_CONFIG"])
r = redis.Redis.from_url(app.config["REDIS_URL"])
redis_client = redis.Redis.from_url(app.config["REDIS_URL"])
github = GitHub(app)
csrf = CSRFProtect(app)