diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 19:33:57 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 19:33:57 +0000 |
| commit | de9b7c3536a28c2b1bda458e16efb492d1efabcd (patch) | |
| tree | 0b687a064bddd6d3846e0f32a4486787e6192b6d /scripts/logreport.py | |
| parent | 75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (diff) | |
Rebrand: remove dump wording; env SMTP creds
Diffstat (limited to 'scripts/logreport.py')
| -rwxr-xr-x | scripts/logreport.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
