Using the issue tracker is not a support forum. If you have an issue, provide technical information and look into our issue template. If you post generic support questions, generic messages, vague reports of don't follow the template, your issue will be closed.
If you believe you have a valid issue report, check out the issue template before submitting one.
The Easy-KissAnime-API sticks to the PEP8 style guide for python. Coding style is very import and should be kept in mind when making pull requests. If using visual studio code, enable the PEP8 linting extension otherwise, use the PEP8 package from pypi, or use PEP8Online.com to verify that your code fits to our format style. For any new additions and before making a pull request, update the appropriate unit test file and run tests before creating a request.