mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 15:47:10 +00:00
reduce spam print
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user