Remove duplicate sheets.open_by_key() call in get_full_roster_from_sheets
#30
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
ai-working
bug
enhancement
feature
in-queue
performance
security
tech-debt
todo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-discord#30
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
command_logic/logic_gameplay.py:1159-1161.sheets.open_by_key(this_team.gsheet)called twice back-to-back with no logic between. Unnecessary Google Sheets API round-trip.Opened PR #56 to fix this: #56
Removed the duplicate
sheets.open_by_key(this_team.gsheet)call on line 1161, eliminating the unnecessary Google Sheets API round-trip.