fix: 修复计算异常

This commit is contained in:
han0
2025-04-07 14:30:16 +08:00
parent 418753e32b
commit a41893f22d
2 changed files with 4 additions and 2 deletions

View File

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