fix: remove unused PLAYER_CACHE variable from api_calls.py (#37)
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m10s

Dead variable that was never read or written. Actual player cache
lives in in_game/data_cache.py.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-03-05 07:32:02 -06:00
parent 4781ec11db
commit 2a39139428

View File

@ -18,7 +18,6 @@ DB_URL = (
else "https://pddev.manticorum.com/api"
)
master_debug = True
PLAYER_CACHE = {}
logger = logging.getLogger("discord_app")