feat: better logging
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user