What's Changed
* Fix for status api code handling by RileyXX in https://github.com/RileyXX/TMDB-Trakt-Syncer/pull/8
Notes:
* Modified requests to use error handling functions
* Fix for in v1.0.8 and v1.0.9 some success status codes were being handled as errors.
* Add more status codes to retry when failed. (e.g. API down for maintenance and other unavailable errors)
* Add more detailed status code descriptions from Trakt and TMDB api. This will help with troubleshooting how an api request failed.
**Full Changelog**: https://github.com/RileyXX/TMDB-Trakt-Syncer/compare/v1.0.6...v1.1.0