Skip to content
This repository has been archived by the owner on Dec 16, 2017. It is now read-only.

Commit

Permalink
Another derp, this time on the right var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Jul 31, 2013
1 parent 2839021 commit 949fa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maltrieve.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def main():
cleanmxxml=etree.parse(cleanmxtext)
for line in cleanmxxml.xpath("//url"):
url = re.sub('&','&',line.text)
push_malware_URL(url,q)
push_malware_URL(url,malq)

malq.join()

Expand Down

0 comments on commit 949fa66

Please sign in to comment.