Skip to content

Commit

Permalink
fix tips
Browse files Browse the repository at this point in the history
  • Loading branch information
InfinityPacer committed Jul 12, 2024
1 parent 74a462a commit e2acec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
try:
from app.helper.sites import SitesHelper
except ImportError as e:
error_message = f"错误: {str(e)}\n站点认证及索引相关资源导入失败,请尝试重建镜像或手动拉取资源"
error_message = f"错误: {str(e)}\n站点认证及索引相关资源导入失败,请尝试重建容器或手动拉取资源"
print(error_message, file=sys.stderr)
sys.exit(1)

Expand Down

0 comments on commit e2acec3

Please sign in to comment.