main
Bob Mottram 2020-02-24 20:33:11 +00:00
parent 2789ccc1ba
commit a9b8df691b
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ class PubServer(BaseHTTPRequestHandler):
self._redirect_headers(originPathStrAbsolute,cookie) self._redirect_headers(originPathStrAbsolute,cookie)
return return
# show a blog post # show blog post
blogFilename,nickname= \ blogFilename,nickname= \
self._pathContainsBlogLink(self.server.baseDir, \ self._pathContainsBlogLink(self.server.baseDir, \
self.server.httpPrefix, \ self.server.httpPrefix, \