fix: remove unused PLAYER_CACHE variable from api_calls.py (#37)
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m10s
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:
parent
4781ec11db
commit
2a39139428
@ -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