diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-20 16:35:57 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-20 16:35:57 +0200 |
commit | afa8ff4f664ffc5a8c927c7718e9ed697fc7b9d5 (patch) | |
tree | baf9579ef94efe239280840585e435c45b2f7831 /parsers | |
parent | c25a4b47de7635af8cbd92d8195daf0f5c7ed209 (diff) | |
download | troggle-afa8ff4f664ffc5a8c927c7718e9ed697fc7b9d5.tar.gz troggle-afa8ff4f664ffc5a8c927c7718e9ed697fc7b9d5.tar.bz2 troggle-afa8ff4f664ffc5a8c927c7718e9ed697fc7b9d5.zip |
debug commented out
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/logbooks.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 4bde3cc..45cc00d 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -246,10 +246,10 @@ def tidy_trip_image_urls(text, date): text = text.replace("\t", "") text = text.replace("\n\n\n", "\n\n") - lines = text.splitlines() - for line in lines: - if "expofiles" in line: - print(f"tidy_trip_image_urls() - {y}\n {line}") + # lines = text.splitlines() + # for line in lines: + # if "expofiles" in line: + # print(f"tidy_trip_image_urls() - {y}\n {line}") return text def tidy_tid(tid, title): |