mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-13 17:09:43 +08:00
更新 __init__.py
This commit is contained in:
@@ -48,7 +48,7 @@ class TheMovieDbModule(_ModuleBase):
|
||||
if not event:
|
||||
return
|
||||
event_data: schemas.ConfigChangeEventData = event.event_data
|
||||
if event_data.key not in ["PROXY", "TMDB_API_DOMAIN", "TMDB_API_KEY", "TMDB_LOCALE"]:
|
||||
if event_data.key not in ["PROXY_HOST", "TMDB_API_DOMAIN", "TMDB_API_KEY", "TMDB_LOCALE"]:
|
||||
return
|
||||
logger.info("配置变更,重新初始化TheMovieDb模块...")
|
||||
# 停止模块
|
||||
|
||||
Reference in New Issue
Block a user