mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 05:13:01 +00:00
config manager reductions to reduce overhead
This commit is contained in:
@@ -58,7 +58,8 @@ class LeaderboardManager:
|
||||
|
||||
# Initialize managers
|
||||
self.cache_manager = CacheManager()
|
||||
self.config_manager = ConfigManager()
|
||||
# Store reference to config instead of creating new ConfigManager
|
||||
self.config = config
|
||||
|
||||
# State variables
|
||||
self.last_update = 0
|
||||
|
||||
Reference in New Issue
Block a user