fix: Cleaned up test function not used anymore

pull/222/head
chrisr3d 2018-09-03 13:17:48 +02:00
parent 936e30b15b
commit 0ab38feade
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 5 deletions

View File

@ -154,11 +154,6 @@ def handler(q=False):
return misperrors
return {'results': r}
def get_ip(ip, key):
params = {'ip': ip, 'apikey': key}
req = requests.get('https://www.virustotal.com/vtapi/v2/ip-address/report', params=params)
return json.dumps(req.json(), indent=2)
def introspection():
return mispattributes