Fix in error_reporting

This commit is contained in:
Antonio de la Rosa 2018-06-15 00:42:04 +02:00
parent e632432886
commit 729f529129

View file

@ -13,7 +13,7 @@ if hasattr(config, 'email_failed'):
class ErrorReportingPlugin(object): class ErrorReportingPlugin(object):
name = 'login' name = 'error_reporting'
api = 2 api = 2
def apply(self, callback, context): def apply(self, callback, context):