fix: Fixed indentation error

pull/222/head
chrisr3d 5 years ago
parent 5c69f1d867
commit 26647a164b
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
  1. 2
      misp_modules/modules/expansion/virustotal.py

@ -128,7 +128,7 @@ class VirusTotalRequest(object):
for h in hashes[:self.limit]:
# Search VT for some juicy info
try:
data = requests.get(self.base_url.format('file'), params={'resource': h, 'apikey': self.apikey, 'allinfo': 1}).json()
data = requests.get(self.base_url.format('file'), params={'resource': h, 'apikey': self.apikey, 'allinfo': 1}).json()
except Exception:
continue
# Go through euch key and check if it exists

Loading…
Cancel
Save