remove config: update_costs

This commit is contained in:
hy.li 2023-08-07 16:32:04 +08:00
parent 0601ad9c76
commit 89b4361ef4
3 changed files with 22 additions and 14 deletions

View file

@ -79,7 +79,6 @@ class Config(metaclass=Singleton):
self.total_cost = 0.0
self.puppeteer_config = self._get("PUPPETEER_CONFIG","")
self.mmdc = self._get("MMDC","mmdc")
self.update_costs = self._get("UPDATE_COSTS",True)
self.calc_usage = self._get("CALC_USAGE",True)