From de9b7c3536a28c2b1bda458e16efb492d1efabcd Mon Sep 17 00:00:00 2001 From: yo momma Date: Wed, 4 Feb 2026 19:33:57 +0000 Subject: Rebrand: remove dump wording; env SMTP creds --- scripts/logreport.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/logreport.py') diff --git a/scripts/logreport.py b/scripts/logreport.py index 3e6dbaf..612a578 100755 --- a/scripts/logreport.py +++ b/scripts/logreport.py @@ -287,7 +287,7 @@ class DumpReport(object): self._output_errors_and_unclassified(writer) def write_report(self, outdir): - page_title = 'Dump Report: %s to %s' % (format_time(self.start_time), + page_title = 'Hump Report: %s to %s' % (format_time(self.start_time), format_time(self.end_time)) filename = self.start_time.strftime('%Y-%m-%d__%H-%M.html') path = os.path.join(outdir, filename) @@ -325,7 +325,7 @@ def yield_log_windows(raw_iter, interval, parse_func, timekey): yield start_time + (interval * i), list(g) -# Dump log parsing +# Hump log parsing def parse_time(s): # Parse times such as 02/Jul/2010:22:21:25 -0400 -- cgit v1.2.3-70-g09d2