plexinc / plex-for-kodi

Offical Plex for Kodi add-on releases.
GNU General Public License v2.0
249 stars 124 forks source link

Fix HTTPClient deprecated strict arg in PY3 #330

Closed MrPumo closed 3 years ago

MrPumo commented 3 years ago

GHI (If applicable): #

Description:

Fix URLLIB3 deprecated "strict" arg in Python3

Checklist:

ruuk commented 3 years ago

I cherry-picked your commit onto develop, as develop-kodi19 is just develop with the updated addon.xml (keeping a single code base). Thanks for the fix!