fix: update stale evolution comment in cards.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
500a8f3848
commit
dc937dcabc
@ -222,7 +222,7 @@ async def v1_cards_post(cards: CardModel, token: str = Depends(oauth2_scheme)):
|
|||||||
cost_query.execute()
|
cost_query.execute()
|
||||||
# sheets.post_new_cards(SHEETS_AUTH, lc_id)
|
# sheets.post_new_cards(SHEETS_AUTH, lc_id)
|
||||||
|
|
||||||
# WP-10: initialize evolution state for each new card (fire-and-forget)
|
# WP-10: initialize refractor state for each new card (fire-and-forget)
|
||||||
for x in cards.cards:
|
for x in cards.cards:
|
||||||
try:
|
try:
|
||||||
this_player = Player.get_by_id(x.player_id)
|
this_player = Player.get_by_id(x.player_id)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user