Formatting
This commit is contained in:
parent
9291ea497c
commit
888d41f484
@ -254,6 +254,10 @@ def make_mailer(app):
|
||||
app.mailer = mailer.Mailer(mailer_connection, sender)
|
||||
|
||||
|
||||
def make_session_limiter(app, session, config):
|
||||
app.session_limiter = SessionLimiter(config, session, app.redis)
|
||||
|
||||
|
||||
def make_notification_sender(app):
|
||||
app.notification_sender = NotificationSender(queue)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user