From 729f529129ff0616adf70b3d695aaed4c19eb714 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Fri, 15 Jun 2018 00:42:04 +0200 Subject: [PATCH] Fix in error_reporting --- paramecio/citoplasma/error_reporting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramecio/citoplasma/error_reporting.py b/paramecio/citoplasma/error_reporting.py index 41dca47..842cb60 100644 --- a/paramecio/citoplasma/error_reporting.py +++ b/paramecio/citoplasma/error_reporting.py @@ -13,7 +13,7 @@ if hasattr(config, 'email_failed'): class ErrorReportingPlugin(object): - name = 'login' + name = 'error_reporting' api = 2 def apply(self, callback, context):