chg: [o365 tools] fix title of the IP address warning list

pull/97/head
Alexandre Dulaunoy 2019-03-10 09:28:31 +01:00
parent 6e97b8bf8a
commit a568c14332
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ with open('../lists/microsoft-office365/list.json', 'w') as data_file:
json.dump(warninglist, data_file, indent=4, sort_keys=True)
warninglist = {}
warninglist['name'] = 'List of known Office 365 URLs and IP address ranges'
warninglist['name'] = 'List of known Office 365 IP address ranges'
warninglist['version'] = int(datetime.date.today().strftime('%Y%m%d'))
warninglist['description'] = 'Office 365 URLs and IP address ranges'
warninglist['list'] = sorted(set(lips))