Skip to content

Commit

Permalink
Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 26, 2018
1 parent cee25a7 commit 59dd0e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmsmap/lib/druscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def DruVersion(self):
pattern = re.compile(regex)
version = re.findall(pattern, requester.htmltext)
if version:
self.DruVersion = version[0]
msg = "Drupal Version: " + version[0]
report.info(msg)
if version[0] in self.versions:
Expand Down

0 comments on commit 59dd0e2

Please sign in to comment.