Fix bookmarking, again.

This commit is contained in:
Solderpunk 2019-08-18 23:29:45 +03:00
parent afc4d7e8fd
commit 7852a3f544
1 changed files with 1 additions and 1 deletions

View File

@ -879,7 +879,7 @@ Bookmarks are stored in the ~/.av98-bookmarks.txt file."""
else:
with open(bm_file, "r") as fp:
body = fp.read()
gi = GeminiItem("file://localhost/" + bm_file)
gi = GeminiItem("localhost/" + bm_file)
self._handle_index(body, gi)
### Help