Browse Source

corrected Status index

Joe Vest 7 years ago
parent
commit
558e2ead2f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      domainhunter.py

+ 2 - 2
domainhunter.py

@@ -314,8 +314,8 @@ If you plan to use this content for illegal purpose, don't.  Have a nice day :)'
                         available += ".de "
 
                     status = ""
-                    if c16:
-                        status = c16
+                    if c15:
+                        status = c15
 
                     # Skip additional reputation checks if this domain is already categorized as malicious 
                     if c0 in maldomains_list: