Accumulator is now initialized with override values from weewx.conf

This commit is contained in:
Tom Keffer
2017-02-09 09:26:34 -08:00
parent 1df9b2002d
commit 600f409746

View File

@@ -489,6 +489,7 @@ class StdArchive(StdService):
(self.loop_hilo,))
self.setup_database(config_dict)
weewx.accum.initialize(config_dict)
self.bind(weewx.STARTUP, self.startup)
self.bind(weewx.PRE_LOOP, self.pre_loop)