Skip to content

Commit

Permalink
#214 fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 9, 2018
1 parent d11f579 commit ef092a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/DomainTools/domaintools_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def summary(self, raw):
if "risk_score" in r:
risk_service = "Risk"
if "reasons" in r:
risk_service = r["reasons"]
risk_service = "Reputation"
if r["risk_score"] == 0:
level = "safe"
elif 0 < r["risk_score"] <= 50:
Expand Down

0 comments on commit ef092a5

Please sign in to comment.