You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
defwatch_providers(self, **kwargs):
""" Get a list of the availabilities per country by provider for tv. Args: None Returns: A dict respresentation of the JSON returned from the API. """path=self._get_id_path('watch_providers')
response=self._GET(path, kwargs)
self._set_attrs_to_values(response)
...
The text was updated successfully, but these errors were encountered:
The TV module function
watch_providers
does not return a response value.Here's a snippet of the function in
/tmdbsimple/tv.py
The text was updated successfully, but these errors were encountered: