Merge pull request #78 from robertnixon2003/master

Fixed cisco gen script
pull/79/head
Alexandre Dulaunoy 2018-08-21 09:47:11 +02:00 committed by GitHub
commit f582c7ee18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1002 additions and 1002 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,6 +35,6 @@ cisco_warninglist['list'] = []
for site in top1000:
v = str(site).split(',')[1]
cisco_warninglist['list'].append(v[:-6])
cisco_warninglist['list'].append(v[:-5])
cisco_warninglist['list'] = sorted(set(cisco_warninglist['list']))
print(json.dumps(cisco_warninglist))