fix: remove unused PLAYER_CACHE variable from api_calls.py (#37)

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 da55cbe4d4
commit 4d62458b3d

View File

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