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