This commit is contained in:
parent
1abc11b5fc
commit
496352a7ef
@ -36,7 +36,7 @@ class FlareRequests(requests.Session):
|
|||||||
raise requests.RequestException(response)
|
raise requests.RequestException(response)
|
||||||
|
|
||||||
post_data = {
|
post_data = {
|
||||||
"cmd": f"request.{method}",
|
"cmd": f"request.{method.lower()}",
|
||||||
"session": FLARESESSION,
|
"session": FLARESESSION,
|
||||||
"url": url,
|
"url": url,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user