feat: better logging

This commit is contained in:
2026-04-12 14:55:47 +02:00
parent 64adac02a2
commit cd81abf785
11 changed files with 208 additions and 41 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class Page:
def __repr__(self) -> str:
out = self.get_url_path()
if self.host is not None:
out += f" ({self.host})"
out += f" [http://{self.host}/]"
if not self.with_index:
out += " (no index)"
return out