master #8

Merged
cal merged 6 commits from master into main 2026-02-04 15:41:31 +00:00
Owner
No description provided.
cal added 2 commits 2026-02-04 15:34:56 +00:00
HOTFIX: Production bot failed to start due to circular import.

Root cause: utilities/dropdown.py importing from command_logic/logic_gameplay.py
while logic_gameplay.py imports from utilities/dropdown.py.

Solution: Created play_lock.py as standalone module containing:
- release_play_lock()
- safe_play_lock()

Both modules now import from play_lock.py instead of each other.

Error message:
  ImportError: cannot import name 'release_play_lock' from partially
  initialized module 'command_logic.logic_gameplay' (most likely due
  to a circular import)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Update VERSION
Some checks failed
Build Docker Image / build (pull_request) Failing after 15s
7038924e56
cal added 1 commit 2026-02-04 15:36:02 +00:00
Update VERSION
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m11s
a8b8f59bff
cal added 3 commits 2026-02-04 15:40:08 +00:00
cal merged commit caabf9c6d2 into main 2026-02-04 15:41:31 +00:00
cal deleted branch master 2026-02-04 15:41:43 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-discord#8
No description provided.