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:
parent
c25a4b47de
commit
afa8ff4f66
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user