fix commands
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user