Closed beckjake closed 1 year ago
Thanks for your feedback - usually PRs are always welcome!
I hope if you don't mind if this one doesn't get merged though. I'm about to prepare a new version 3.2.1 fixing a few more of these edge cases where the code should be more careful before using retrieved values. This will address the specific issue you are trying to fix with this PR too.
Sounds great to me!
Thanks for all your work on this great extension! 3.2.0 fixed most of my problems with the latest yahoo update, but some tickers (FZILX and FZROX, I assume some others) aren't accessible and raise an exception. It appears that now some
span
s have atext
attribute that'sNone
in this loop. Ignoring them fixed=GETREALTIME("FZILX", 21, "YAHOO")
for me.