2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-21 23:01:52 +00:00

debug commented out

This commit is contained in:
Philip Sargent 2024-07-20 16:35:57 +02:00
parent c25a4b47de
commit afa8ff4f66

View File

@ -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):