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
Since the function is called on __init__ and it's result is stored in self.videos, you should return the self.videos on search() or add an optional parameter like dont_cache=False to the function.
The text was updated successfully, but these errors were encountered:
Since the function is called on
__init__
and it's result is stored inself.videos
, you should return theself.videos
onsearch()
or add an optional parameter likedont_cache=False
to the function.The text was updated successfully, but these errors were encountered: