Correcting updater
parent
8fb2126255
commit
a8c19f102f
|
@ -29,5 +29,4 @@ dict['version']= int(datetime.date.today().strftime('%Y%m%d'))
|
||||||
dict['description']="CRL Warninglist from threatstop (https://github.com/threatstop/crl-ocsp-whitelist/)"
|
dict['description']="CRL Warninglist from threatstop (https://github.com/threatstop/crl-ocsp-whitelist/)"
|
||||||
dict['list']=list(set(dict['list']))
|
dict['list']=list(set(dict['list']))
|
||||||
|
|
||||||
with open('../lists/crl-ip-hostname/list.json', 'w') as dict_output:
|
print(json.dumps(dict))
|
||||||
dict_output.write(json.dumps(dict))
|
|
||||||
|
|
Loading…
Reference in New Issue