Paper Dynasty Database - PostgreSQL database service
Pydantic evaluates bare `random.randint(1, 3)` once at class definition time, so every PlayerModel instance shared the same value. Replaced with `pydantic.Field(default_factory=...)` so a new random value is generated per instance. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .gitea/workflows | ||
| app | ||
| docs | ||
| scripts | ||
| storage/templates | ||
| .dockerignore | ||
| .env | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| compose.production.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| requirements.txt | ||
| VERSION | ||