Don't refresh charts at startup

This commit is contained in:
Ruud
2014-04-04 19:06:20 +02:00
parent 3f16dbd09c
commit c89c99b272
@@ -20,8 +20,6 @@ class Charts(Plugin):
def setCrons(self):
fireEvent('schedule.interval', 'charts.update_cache', self.updateViewCache, hours = self.conf('update_interval', default = 12))
self.updateViewCache()
def automationView(self, force_update = False, **kwargs):