auto-update on Sat Mar 5 23:12:50 UTC 2022

This commit is contained in:
Alec Muffett 2022-03-05 23:12:50 +00:00
parent 7043fbf4b3
commit c03bc8a8bd
5 changed files with 191 additions and 191 deletions

View file

@ -18,7 +18,7 @@ def push(stack, entry):
method = 'http' # this needs some discussion with Securedrop
result = dict()
result['flaky'] = ''
result['category'] = 'securedrop'
result['category'] = 'SecureDrop'
result['site_name'] = xx(entry, 'title')
result['onion_url'] = '{0}://{1}'.format(method, xx(entry, 'onion_address'))
result['onion_name'] = xx(entry, 'onion_name')