We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case you pass an ISIN which does not exist to load_chart, the API call might make a redirect so I suggest adding
allow_redirects=False,
on the requests.
The text was updated successfully, but these errors were encountered:
Hi @blackwiz4rd, can you give me an example of such to be able to reproduce and check the behavior?
Sorry, something went wrong.
Hello, I'm unable to reproduce it. Don't know why. I think I got this issue while not using your plugin but with my custom scraper. Anyway, adding
should not cause any issues and might be beneficial for future changes.
No branches or pull requests
In case you pass an ISIN which does not exist to load_chart, the API call might make a redirect so I suggest adding
on the requests.
The text was updated successfully, but these errors were encountered: