fix(pterodactyl): enabled debug mode on the pterodactylclient
This commit is contained in:
parent
2312cce011
commit
48634ac903
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue