fix: 修复推荐价计算错误的问题

This commit is contained in:
han0
2025-04-07 09:22:50 +08:00
parent d6389510ae
commit 418753e32b
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ if __name__ == '__main__':
from core.factory import ClientApp
with ClientApp().app_context():
calculate(2024, 7)
calculate(2023, 3)
# for i in range(2, 12):
# calculate(2022, i+1)