mirror of
https://github.com/weewx/weewx.git
synced 2026-05-24 01:35:18 -04:00
Accumulator is now initialized with override values from weewx.conf
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user