Skip to content

Commit

Permalink
Update fediverse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Oct 8, 2024
1 parent 579a7fe commit f81d2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/fediverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def truecaptcha_solve(self, encoded_image):
"apikey": truecaptcha_apikey,
"data": encoded_image,
"mode": "human",
"case": "lower"
}
response = requests.post(url=url, json=data)

Expand Down

0 comments on commit f81d2f4

Please sign in to comment.