summaryrefslogtreecommitdiff
path: root/scripts/logreport.py
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:33:57 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:33:57 +0000
commitde9b7c3536a28c2b1bda458e16efb492d1efabcd (patch)
tree0b687a064bddd6d3846e0f32a4486787e6192b6d /scripts/logreport.py
parent75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (diff)
Rebrand: remove dump wording; env SMTP creds
Diffstat (limited to 'scripts/logreport.py')
-rwxr-xr-xscripts/logreport.py4
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