chore: remove some unuseful log

This commit is contained in:
Soulter
2023-12-02 16:19:41 +08:00
parent 3df3879954
commit 9bc8ac10fa
2 changed files with 1 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ class UnofficialQQBotSDK:
def __get_wss_endpoint(self):
res = requests.get(self.OPENAPI_BASE_URL + "/gateway", headers=self.__auth_header())
self.wss_endpoint = res.json()['url']
print("wss_endpoint: " + self.wss_endpoint)
# print("wss_endpoint: " + self.wss_endpoint)
async def __behav_heartbeat(self, ws: WebSocketClientProtocol, t: int):
while True: