fixing export from conf

This commit is contained in:
Daniel Welch
2017-03-30 22:12:31 -04:00
parent aac6984ec3
commit c82ef6a177
+2
View File
@@ -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: