set status after requests

pull/197/head
Sebdraven 2018-06-20 18:04:12 +02:00
parent a9b7a10c41
commit e712a31760
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def expand_datascan(api, misperror,**kwargs):
if results['status'] == 'ok':
status_ok = False
status_ok = True
for elem in results['results']:
asn_list.append(elem['asn'])
geoloc.append(elem['location'])