Skip to content

Commit

Permalink
Merge pull request #99 from HisAtri/patch-b1
Browse files Browse the repository at this point in the history
增加赞助提示
  • Loading branch information
HisAtri authored Nov 18, 2024
2 parents 7aa86f6 + f4bfa3d commit 3cc1ba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def run_server(debug=False):
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
logger = logging.getLogger('')
logger.info("正在启动服务器")
logger.info("您可通过爱发电支持我们,爱发电主页 https://afdian.com/a/ghacg")
check_update.run(version=args.version)
# 注册 Blueprint 到 Flask 应用
app.register_blueprint(v1_bp)
Expand Down

0 comments on commit 3cc1ba1

Please sign in to comment.