From 496352a7ef899b77452e72fd1f4b80c345b5c72e Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 24 Dec 2022 11:54:19 +0000 Subject: [PATCH] Missing lower --- commands/pygg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/pygg.py b/commands/pygg.py index 7ae454e..cf3ecfd 100644 --- a/commands/pygg.py +++ b/commands/pygg.py @@ -36,7 +36,7 @@ class FlareRequests(requests.Session): raise requests.RequestException(response) post_data = { - "cmd": f"request.{method}", + "cmd": f"request.{method.lower()}", "session": FLARESESSION, "url": url, }