Bugfix (l.append)

pull/57/head
eCrimeLabs 2018-02-22 10:57:31 +01:00 committed by GitHub
parent 3fb335eebd
commit d1d5b6f109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ for prefix in j['prefixes']:
l.append(prefix['ip_prefix'])
for prefix in j['ipv6_prefixes']:
prefix['ipv6_prefix']
l.append(prefix['ipv6_prefix'])
warninglist = {}
warninglist['name'] = 'List of known Amazon AWS IP address ranges'