fix(lifecycle): harden application shutdown (#6125)

This commit is contained in:
InfinityPacer
2026-07-16 06:24:31 +08:00
committed by GitHub
parent 107ba37834
commit a4335fe753
9 changed files with 476 additions and 88 deletions

View File

@@ -114,7 +114,6 @@ class TheTvDbModule(_ModuleBase):
return 4
def stop(self):
logger.info("TheTvDbModule 停止。正在清除 TVDB 会话。")
with self.__auth_lock:
self.tvdb = None