This commit is contained in:
ed 2021-02-22 21:58:37 +01:00
parent 82fb21ae69
commit 96164cb934
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (0, 8, 2)
VERSION = (0, 8, 3)
CODENAME = "discovery"
BUILD_DT = (2021, 2, 22)

View file

@ -1275,7 +1275,7 @@ class HttpCli(object):
if self.writable:
perms.append("write")
logues = [None, None]
logues = ["", ""]
for n, fn in enumerate([".prologue.html", ".epilogue.html"]):
fn = os.path.join(abspath, fn)
if os.path.exists(fsenc(fn)):