Update fediverse.py

This commit is contained in:
Namhyeon Go 2024-10-09 01:11:17 +09:00 committed by GitHub
parent 579a7fe89c
commit f81d2f4649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,6 +219,7 @@ class Fediverse(Extension):
"apikey": truecaptcha_apikey,
"data": encoded_image,
"mode": "human",
"case": "lower"
}
response = requests.post(url=url, json=data)