From d9f5d14f402f22ec55a48ed81ef5d6f5eef0d3fe Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 28 Feb 2024 12:03:16 -0500 Subject: [PATCH] fix(pterodactyl): origin, not Origin --- pterodactyl/pterodactyl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pterodactyl/pterodactyl.py b/pterodactyl/pterodactyl.py index 6071972..55e4a0d 100644 --- a/pterodactyl/pterodactyl.py +++ b/pterodactyl/pterodactyl.py @@ -33,7 +33,7 @@ class Pterodactyl(commands.Cog): server_id = await self.config.server_id() extra_headers = { - "Origin": base_url + "origin": base_url } try: