Closed Kubk0 closed 2 years ago
Last week I got the same error when I tried to do something with lunch. After closer inspection of https://github.com/ivanhrabcak/edupage-api/commit/055a8f43f305025fec4fb76bf4ba0b03d20fb684 I see why it's not working :D
Anyways, thanks for reporting this bug :)
Fixed in https://github.com/ivanhrabcak/edupage-api/commit/249f53e13de68bf655112e973550a02f147c8cc6.
If you want to try it, uninstall your currently installed edupage-api
package (pip uninstall edupage-api
) and install it using the following command:
pip install git+https://github.com/ivanhrabcak/edupage-api@249f53e
We can create a 0.9.981 bugfix release
it works thanks!
Describe the bug when using edupage.get_lunches() it throws an error saying that the Lunch class takes no arguments
Your code
Error message
Expected behavior no error message outputs the lunch class Version