mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
config manager reductions to reduce overhead
This commit is contained in:
@@ -107,7 +107,8 @@ class OddsTickerManager:
|
||||
|
||||
# Initialize managers
|
||||
self.cache_manager = CacheManager()
|
||||
self.odds_manager = OddsManager(self.cache_manager, ConfigManager())
|
||||
# OddsManager doesn't actually use the config_manager parameter, so pass None
|
||||
self.odds_manager = OddsManager(self.cache_manager, None)
|
||||
|
||||
# State variables
|
||||
self.last_update = 0
|
||||
|
||||
Reference in New Issue
Block a user