chg: [o365 tools] fix title of the IP address warning list
parent
6e97b8bf8a
commit
a568c14332
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue