Correcting updater

pull/93/head
ater49 2019-03-01 22:28:58 +01:00
parent 8fb2126255
commit a8c19f102f
1 changed files with 1 additions and 2 deletions

View File

@ -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['list']=list(set(dict['list']))
with open('../lists/crl-ip-hostname/list.json', 'w') as dict_output:
dict_output.write(json.dumps(dict))
print(json.dumps(dict))