2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 17:17:08 +00:00

reduce spam print

This commit is contained in:
2025-07-21 21:18:45 +02:00
parent 833aeaeeba
commit 9409e27e1d

View File

@@ -48,7 +48,7 @@ def parse_blurb(personline, header):
if (folk_field == "Blurbfile") and ms_filename:
# it has the format 'l/ollybetts.htm' the file may contain <img src="../i/mymug.jpg"> images
print(f"{personline[header["Name"]]}\n-- {folk_field} -- {ms_path}")
# print(f"{personline[header["Name"]]}\n-- {folk_field} -- {ms_path}")
with open(ms_path, "r") as blurbfile:
blrb = blurbfile.read()
pblurb = re.search(r"<body>.*<hr", blrb, re.DOTALL)