correct error keys

pull/197/head
Sebdraven 2018-06-20 12:34:07 +02:00
parent c14d05adef
commit 7195f33f5d
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ def expand_pastries(api, misperror, **kwargs):
if 'domain' in item:
domains.extend(item['domain'])
if 'ip' in item:
ips.extend(item['ips'])
ips.extend(item['ip'])
if 'hostname' in item:
domains.extend(item['hostname'])