Skip to content

Commit

Permalink
#610 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Feb 10, 2020
1 parent 436563a commit adbd709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/VirusTotal/virustotal.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def run(self):
data = self.get_param('data', None, 'Data is missing')
self.report(self.check_response(
self.vt.get_domain_report(data)))
elif self.data_type == 'fqdn';
elif self.data_type == 'fqdn':
data = self.get_param('data', None, 'Data is missing')
self.report(self.check_response(
self.vt.get_domain_report(data)))
Expand Down

0 comments on commit adbd709

Please sign in to comment.