diff --git a/bin/wee_reports b/bin/wee_reports index 8f2fb168..9444613d 100755 --- a/bin/wee_reports +++ b/bin/wee_reports @@ -60,7 +60,7 @@ def main(): stn_info = weewx.station.StationInfo(**config_dict['Station']) - t = weewx.reportengine.StdReportEngine(config_dict, stn_info, gen_ts) + t = weewx.reportengine.StdReportEngine(config_dict, stn_info, gen_ts=gen_ts) # Although the report engine inherits from Thread, we can just run it in the main thread: t.run() diff --git a/docs/changes.txt b/docs/changes.txt index 13522965..b8c59048 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -23,6 +23,9 @@ Fixed reference to index.html.tmpl in the xstats example. Changed algorithm for calculating ET to something more appropriate for hourly values (former algorithm assumed daily values). Fixes issue #160. +Fixed bug that was introduced in v3.6.0, which prevented wee_reports for working +at anything other than the current time. + 3.6.2 11/08/2016