fix tmdb cache save

This commit is contained in:
jxxghp
2023-06-09 16:16:53 +08:00
parent 31fe552af4
commit a95b5f5c8e
2 changed files with 4 additions and 23 deletions

View File

@ -34,7 +34,7 @@ class TheMovieDb(_ModuleBase):
self.category = CategoryHelper()
def stop(self):
pass
self.cache.save()
def init_setting(self) -> Tuple[str, Union[str, bool]]:
pass