removed password
This commit is contained in:
parent
c6e079d90b
commit
867ca766e3
|
@ -3,7 +3,7 @@ import json
|
|||
|
||||
url = "https://api.fairsharing.org/users/sign_in"
|
||||
|
||||
payload="{\"user\": {\"login\":\"andrea.mannocci@isti.cnr.it\",\"password\":\"sovietsoyouz\"} }"
|
||||
payload="{\"user\": {\"login\":\"andrea.mannocci@isti.cnr.it\",\"password\":\"\"} }"
|
||||
headers = {
|
||||
'Accept': 'application/json',
|
||||
'Content-Type': 'application/json'
|
||||
|
|
Loading…
Reference in New Issue