Update README.md
This commit is contained in:
parent
f2c5d25a9b
commit
8b52d08f35
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ opt = {
|
|||
}
|
||||
|
||||
args_for_request = get_values_for_request(opt)
|
||||
response = requests.get(**args_for_request)
|
||||
response = requests.post(**args_for_request)
|
||||
decoded_json = response.json()
|
||||
|
||||
if "token" in decoded_json:
|
||||
|
|
Loading…
Add table
Reference in a new issue