JodelRaccoons / jodel_api

Unoffical Python Interface to the Jodel API
https://github.com/nborrmann/jodel_api
MIT License
18 stars 7 forks source link

Add limit and channel params and fix json conversion for Python 3.9 #10

Closed ToasteR1032 closed 3 years ago

Unbrick commented 3 years ago

Thank you for your contribution!

Does the JSON deserialisation still work in python versions below 3.9?

ToasteR1032 commented 3 years ago

Thank you for your contribution!

Does the JSON deserialisation still work in python versions below 3.9?

I just tested it with Python 3.6.9 and it works.

Unbrick commented 3 years ago

Awesome, thank you!