fix: ci
Some checks failed
ci / build (push) Has been cancelled

This commit is contained in:
han0
2025-10-13 15:21:26 +08:00
parent 80272d2bf3
commit c4c74cda65
3 changed files with 55 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ def refresh_task(task_id):
class CalculateQuery(BaseModel):
year: int = Field(title='年份')
month: int = Field(title='月份')
only_avg: int = Field(title='是否只计算均值')
only_avg: int = Field(title='是否只计算均值', default=0)
@data.route('/calculate', methods=['GET'])