Missing lower
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Michel Roux 2022-12-24 11:54:19 +00:00
parent 1abc11b5fc
commit 496352a7ef

View File

@ -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,
} }