소스 검색

Improve logging with local URL link

master
David Larlet 2 년 전
부모
커밋
2844c74db6
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      revelateur.py

+ 4
- 1
revelateur.py 파일 보기

@@ -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…
취소
저장