Showing with 3 additions and 0 deletions.
  1. +3 −0 virustotal_service/__init__.py
@@ -122,6 +122,9 @@ def get_pcap(self, md5):
if settings.HTTP_PROXY:
proxies = { 'http': settings.HTTP_PROXY,
'https': settings.HTTP_PROXY }
else:
proxies = {}

try:
response = requests.get(network_url, params=params, proxies=proxies)
except Exception as e: