mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-21 08:09:57 +08:00
TODO 后台整理队列
This commit is contained in:
@@ -11,6 +11,7 @@ from app.utils.system import SystemUtils
|
||||
try:
|
||||
from app.helper.sites import SitesHelper
|
||||
except ImportError as e:
|
||||
SitesHelper = None
|
||||
error_message = f"错误: {str(e)}\n站点认证及索引相关资源导入失败,请尝试重建容器或手动拉取资源"
|
||||
print(error_message, file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user