fix(pterodactyl): fixed circular import
This commit is contained in:
parent
2bf8629e4c
commit
7f8d70ccae
2 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,7 @@ from pterodactyl.logger import logger
|
|||
from pterodactyl.pterodactyl import Pterodactyl
|
||||
|
||||
|
||||
|
||||
async def establish_websocket_connection(coginstance: Pterodactyl) -> None:
|
||||
logger.debug("Establishing WebSocket connection")
|
||||
base_url = await config.base_url()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue