paper-dynasty-discord/command_logic
Cal Corum 41c33e6d42
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m22s
fix: remove empty if-pass stubs after db_post calls in complete_game (#38)
Removed two dead `if len(resp) > 0: pass` blocks after posting plays and
decisions to the API. These stubs had no effect and only created confusion.
Also removed the `resp =` assignments since the return values were never used.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 23:34:35 -06:00
..
__init__.py fix: add locked_play context manager to prevent stuck play locks 2026-02-10 21:54:44 -06:00
logic_gameplay.py fix: remove empty if-pass stubs after db_post calls in complete_game (#38) 2026-03-05 23:34:35 -06:00
play_context.py fix: add locked_play context manager to prevent stuck play locks 2026-02-10 21:54:44 -06:00