From a80904fed39038d7a5d5dc0ef6b960bfbf35d492 Mon Sep 17 00:00:00 2001 From: hmj6502 Date: Thu, 18 Dec 2025 22:00:26 +0000 Subject: minor name change: sess_to_log => sesh_to_log --- formatting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formatting.py') diff --git a/formatting.py b/formatting.py index 5002ee9..9c8bffa 100644 --- a/formatting.py +++ b/formatting.py @@ -7,7 +7,7 @@ def sec_to_min(sec): sec_left = sec % 60 return str(mins).zfill(2) + ":" + str(sec_left).zfill(2) -def sess_to_log(session, filename): +def sesh_to_log(session, filename): """writes session dict to logfile specified""" fields = [] for field in session.keys(): -- cgit v1.2.3