From 92b273e45f96ac20fb182b9166b9f0a96f16eba3 Mon Sep 17 00:00:00 2001 From: Sam Wenham Date: Fri, 21 Feb 2020 14:26:14 +0000 Subject: Whitespace cleanup --- parsers/logbooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/logbooks.py') diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 012d771..2f92c8e 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -166,7 +166,7 @@ def Parseloghtmltxt(year, expedition, txt): for trippara in tripparas: #print(" - HR detected - maybe a trip?") logbook_entry_count += 1 - + s = re.match(r'''(?x)(?:\s*.*?\s*

)? # second date \s*(?:\s*)? \s*(.*?)(?:

)? -- cgit v1.2.3