This repository was archived by the owner on Dec 20, 2021. It is now read-only.
Commit d81660c
authored
Fix WSS: login2fa() does not trigger wss connect
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().1 parent ed30f56 commit d81660c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| 359 | + | |
| 360 | + | |
359 | 361 | | |
360 | 362 | | |
361 | 363 | | |
| |||
0 commit comments