Update README.md

This commit is contained in:
Zai 2023-10-30 13:37:08 +05:00 committed by GitHub
parent f2c5d25a9b
commit 8b52d08f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ opt = {
} }
args_for_request = get_values_for_request(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() decoded_json = response.json()
if "token" in decoded_json: if "token" in decoded_json: