error keys

pull/197/head
Sebdraven 2018-06-20 14:45:06 +02:00
parent e1bc67afad
commit 9427c76603
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ def expand_syscan(api, ip, misperror):
if results['status'] == 'ok':
status_ok = True
for elem in results['result']:
for elem in results['results']:
asn_list.append(elem['asn'])
os_list = elem['os']
geoloc.append(elem['location'])