mirror of https://github.com/MISP/misp-modules
fix: Fixed indentation error
parent
5c69f1d867
commit
26647a164b
|
@ -128,7 +128,7 @@ class VirusTotalRequest(object):
|
||||||
for h in hashes[:self.limit]:
|
for h in hashes[:self.limit]:
|
||||||
# Search VT for some juicy info
|
# Search VT for some juicy info
|
||||||
try:
|
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:
|
except Exception:
|
||||||
continue
|
continue
|
||||||
# Go through euch key and check if it exists
|
# Go through euch key and check if it exists
|
||||||
|
|
Loading…
Reference in New Issue