Browse Source

Improve logging with local URL link

master
David Larlet 1 year ago
parent
commit
2844c74db6
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      revelateur.py

+ 4
- 1
revelateur.py View File

@@ -228,7 +228,10 @@ def main():
print("✔️")
for gallery in galleries:
print(
f"Generating {gallery['name']} gallery ({gallery['cover_photo']['page_url']})... ",
(
f"Generating {gallery['name']} gallery "
f"(http://localhost:8080/{gallery['cover_photo']['page_url']})... "
),
end="",
)
generate_gallery(OUTPUT_DIR, gallery)

Loading…
Cancel
Save