Skip to content

Commit

Permalink
[style] 修改描述及输出
Browse files Browse the repository at this point in the history
  • Loading branch information
mikualpha committed Nov 24, 2024
1 parent 5083d9f commit 058de9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# kcwiki-improvement-data
基于akashi-list.me的改修JSON数据
[![kcwiki-improvement-data-update](https://github.com/kcwikizh/kcwiki-improvement-data/actions/workflows/python-app.yml/badge.svg)](https://github.com/kcwikizh/kcwiki-improvement-data/actions/workflows/python-app.yml)

基于akashi-list.me的改修JSON数据,一般每周一、周五更新。

[JSON地址](https://kcwikizh.github.io/kcwiki-improvement-data/improve_data.json)
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ def get_equip_detail(equip_id):
improve_upgrade_item_cost_num)

equip_info['improvement'] = improve_info
print(equip_info)
# print(equip_info)
print(f'Get equip improvement info success: {equip_id}')
ImprovementCache.set_cache(equip_id, equip_info)


Expand Down

0 comments on commit 058de9b

Please sign in to comment.