rename analytics setting

This commit is contained in:
Christian Adams
2019-04-17 15:28:15 -04:00
parent fbc7d1a9f2
commit add8673d7c
8 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ def gather(dest=None, module=None):
logger.exception("Invalid License provided, or No License Provided")
return "Error: Invalid License provided, or No License Provided"
if not settings.INSIGHTS_DATA_ENABLED:
if not settings.INSIGHTS_TRACKING_STATE:
logger.error("Insights analytics not enabled")
return "Error: Insights analytics not enabled"