Hi folks,
I tried Workaround for Login ‐ Method 2 as below for login:
from webull import webull
from env._secrete import Webull_PWD
wb = webull()
wb._did="xxxxx"
wb.login('xx@xx.com', Webull_PWD)
But still got the 'msg': 'Image verification failed.' error.
So I would like to check whether the Workaround for Login ‐ Method 2 is still working or any tweaks are needed?
Thanks!