mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-01-17 09:28:05 +00:00
Changing backend service url.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
65cde9960f
commit
c95dee84f2
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ def get_pki_data(url, data=None, method='GET'):
|
|||
method = 'GET'
|
||||
if (data is not None):
|
||||
method = 'POST'
|
||||
req = urllib.request.Request(f"https://www.henarejos.me/pico/pico-hsm/{url}/",
|
||||
req = urllib.request.Request(f"https://www.picokeys.com/pico/pico-hsm/{url}/",
|
||||
method=method,
|
||||
data=data,
|
||||
headers={'User-Agent': user_agent, })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue