fix(pterodactyl): enabled debug mode on the pterodactylclient
All checks were successful
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 19s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 21s

This commit is contained in:
Seaswimmer 2024-02-28 11:57:39 -05:00
parent 2312cce011
commit 48634ac903
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -39,7 +39,7 @@ class Pterodactyl(commands.Cog):
self.logger.debug("debug 2")
try:
client = PterodactylClient(base_url, api_key).client
client = PterodactylClient(base_url, api_key, debug=True).client
self.logger.debug("debug 3")
websocket_credentials = client.servers.get_websocket(server_id)
self.logger.debug("debug 4")