store: Issue poller: paper-dynasty-database#24 (success)

This commit is contained in:
Cal Corum 2026-03-03 14:06:31 -06:00
parent a46c8d7655
commit 42c39656f1

View File

@ -0,0 +1,12 @@
---
id: c0ffc1fd-f2a6-4583-bd29-740156ab9af7
type: workflow
title: "Issue poller: paper-dynasty-database#24 (success)"
tags: [issue-poller, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T20:06:31.021374+00:00"
updated: "2026-03-03T20:06:31.021374+00:00"
---
Attempted paper-dynasty-database#24 — Move random.randint default out of Pydantic model field. Status: success. Summary: Replaced bare random.randint(1, 3) default in PlayerModel.offense_col with pydantic.Field(default_factory=lambda: random.randint(1, 3)) so each instance gets a fresh random value instead of sharing th. PR: https://git.manticorum.com/cal/paper-dynasty-database/pulls/38. Cost: $0.54255