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:
parent
da55cbe4d4
commit
4d62458b3d
@ -18,7 +18,6 @@ DB_URL = (
|
||||
else "https://pddev.manticorum.com/api"
|
||||
)
|
||||
master_debug = True
|
||||
PLAYER_CACHE = {}
|
||||
logger = logging.getLogger("discord_app")
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user