diff --git a/django_q/conf.py b/django_q/conf.py index 9dffaf5..bf62a17 100644 --- a/django_q/conf.py +++ b/django_q/conf.py @@ -207,6 +207,8 @@ if Conf.ERROR_REPORTER: error_reporter = ErrorReporter(reporters) except ImportError: error_reporter = None +else: + error_reporter = None # # rollbar # if Conf.ROLLBAR: