diff options
Diffstat (limited to 'ATRI/plugins/anti_effort/models.py')
-rw-r--r-- | ATRI/plugins/anti_effort/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/plugins/anti_effort/models.py b/ATRI/plugins/anti_effort/models.py index 928c4ec..aca8fa4 100644 --- a/ATRI/plugins/anti_effort/models.py +++ b/ATRI/plugins/anti_effort/models.py @@ -3,7 +3,7 @@ from pydantic import BaseModel class AntiEffortUserModel(BaseModel): user_id: int - w_user_name: str + user_nickname: str w_user_id: str waka_url: str last_7_days_count: float |