Closed monsieur40a closed 2 years ago
This appears to be an issue with utilizing Jupyter notebooks to test... same code executes fine without Jupyter.
Anyways, slowly working on reviewing the code, plan to do a PR for a few things or split off a new version. For instance, my version utilizes secret question and answer to skip any window opening whatsoever.
I just pushed the change to the repository, give it a try and let me know if it works.
Whatever it was is fixed now. I copied the current use_market_hours.py that I just pushed into a jupyter notebook and it worked fine.
This code outside the market_hours file works as expected, we get the enum replaced with its value.
However, this code doesn't work:
called with
an http error is thrown. logging shows:
Not sure of the issue. Usage of isinstance to cast enum is similar to other code and to the other market_hours method, get_multiple_market_hours, which works fine.