mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 19:07:15 +00:00
debug commented out
This commit is contained in:
@@ -246,10 +246,10 @@ def tidy_trip_image_urls(text, date):
|
|||||||
text = text.replace("\t", "")
|
text = text.replace("\t", "")
|
||||||
text = text.replace("\n\n\n", "\n\n")
|
text = text.replace("\n\n\n", "\n\n")
|
||||||
|
|
||||||
lines = text.splitlines()
|
# lines = text.splitlines()
|
||||||
for line in lines:
|
# for line in lines:
|
||||||
if "expofiles" in line:
|
# if "expofiles" in line:
|
||||||
print(f"tidy_trip_image_urls() - {y}\n {line}")
|
# print(f"tidy_trip_image_urls() - {y}\n {line}")
|
||||||
return text
|
return text
|
||||||
|
|
||||||
def tidy_tid(tid, title):
|
def tidy_tid(tid, title):
|
||||||
|
|||||||
Reference in New Issue
Block a user