What's Changed * Fix for chromedriver version check syntax error + minor spelling changes by RileyXX in https://github.com/RileyXX/IMDB-Trakt-Syncer/pull/45
What's Changed * Fix for errors while clicking some elements when they are out of view or have not fully loaded "ElementClickInterceptedException" by RileyXX in https://github.com/RileyXX/IMDB-Trakt-Syncer/pull/43
What's Changed * Fix for missing import by RileyXX in https://github.com/RileyXX/IMDB-Trakt-Syncer/pull/38
Notes: This should fix the script from breaking when processing retries for Trakt api requests when the server is overloaded or rate limit is exceeded.
What's Changed * Minor changes and fixes for IMDB review submissions by RileyXX in https://github.com/RileyXX/IMDB-Trakt-Syncer/pull/36 * Add name of author by shmuel44 in https://github.com/RileyXX/IMDB-Trakt-Syncer/pull/35
New Contributors * shmuel44 made their first contribution in https://github.com/RileyXX/IMDB-Trakt-Syncer/pull/35
What's Changed - Add support for users without python path variable in checkChromedriver.py. This will prevent the script from breaking for users without the python path variable when the script attempts to install the correct chromedriver version.