How can I deal with 2 trade republic accounts (2 phonenumbers) #76
Unanswered
Barriradio
asked this question in
Q&A
Replies: 1 comment
-
This seems to be a bug (not switching properly). There is an open PR to fix this, but it still needs some fine tuning. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seams that pytr has problems to deal with 2 acounts. Somewere deep in the (windows) system pytr remember on one acount, even
if another login is used. pytr dl_docs gets the same data after the 2 different logins:
pytr login --phone +12345 --pin 1234
pytr dl_docs dir1
pytr login --phone +67890 --pin 5678
pytr dl_docs dir2
the data from dir1 and dir2 are mostly the same, coming from one account, why ?
Beta Was this translation helpful? Give feedback.
All reactions