Skip to content

Commit

Permalink
update custom_environment_title
Browse files Browse the repository at this point in the history
  • Loading branch information
王飞 authored and LeoQuote committed May 9, 2024
1 parent 2782edc commit e8a8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils/global_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def global_info(request):
# 添加公告
announcement_content_enabled = sys_config.get("announcement_content_enabled", False)
announcement_content = sys_config.get("announcement_content", "")
custom_environment_title=SysConfig().get("custom_environment_title", '')
custom_environment_title=sys_config.get("custom_environment_title", '')

return {
"todo": todo,
Expand Down

0 comments on commit e8a8205

Please sign in to comment.