vrchatapi / VRChatPython

A Python library for the VRChat API.
41 stars 10 forks source link

Fix WSS: login2fa() does not trigger wss connect #23

Closed BrianMwit closed 3 years ago

BrianMwit commented 3 years ago

While login() triggers self.connect() if login is successful, login2fa() does not, causing the client to just idle. Fix by adding self.connect() trigger to login2fa().