fix commands

This commit is contained in:
jxxghp
2023-06-09 11:26:53 +08:00
parent 50d71621d7
commit 01428e9f8f
25 changed files with 228 additions and 202 deletions

View File

@ -33,6 +33,9 @@ class TheMovieDb(_ModuleBase):
self.tmdb = TmdbHelper()
self.category = CategoryHelper()
def stop(self):
pass
def init_setting(self) -> Tuple[str, Union[str, bool]]:
pass