misc(pterodactyl): added a debug logging statement to the first line of establish_websocket_connection
This commit is contained in:
parent
2d4e372784
commit
d92831f3db
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ class Pterodactyl(commands.Cog):
|
|||
self.websocket = None
|
||||
|
||||
async def establish_websocket_connection(self):
|
||||
self.logger.debug("Establishing WebSocket connection")
|
||||
base_url = await self.config.base_url()
|
||||
api_key = await self.config.api_key()
|
||||
server_id = await self.config.server_id()
|
||||
|
|
Loading…
Reference in a new issue