fix(pterodactyl): origin, not Origin
All checks were successful
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 18s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 22s

This commit is contained in:
Seaswimmer 2024-02-28 12:03:16 -05:00
parent 7b83513d63
commit d9f5d14f40
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -33,7 +33,7 @@ class Pterodactyl(commands.Cog):
server_id = await self.config.server_id()
extra_headers = {
"Origin": base_url
"origin": base_url
}
try: